Package: labelr
Title: Label Data Frames, Variables, and Values
Version: 0.1.9
Authors@R: c(person("Robert", "Hartman", "", email = "rohartman@gmail.com", role = c("aut", "cre")), person("The MITRE Corporation", role = "cph"))
Maintainer: Robert Hartman <rohartman@gmail.com>
Description: Create and use data frame labels for data frame objects (frame labels), their columns (name labels), and individual values of a column (value labels). Value labels include one-to-one and many-to-one labels for nominal and ordinal variables, as well as numerical range-based value labels for continuous variables. Convert value-labeled variables so each value is replaced by its corresponding value label. Add values-converted-to-labels columns to a value-labeled data frame while preserving parent columns. Filter and subset a value-labeled data frame using labels, while returning results in terms of values. Overlay labels in place of values in common R commands to increase interpretability. Generate tables of value frequencies, with categories expressed as raw values or as labels. Access data frames that show value-to-label mappings for easy reference.
License: GPL (>= 3)
URL: https://github.com/rhartmano/labelr
Encoding: UTF-8
RoxygenNote: 7.3.0
Depends: R (>= 4.0.0)
Imports: stats, utils
Suggests: knitr, rmarkdown, car, nycflights13, collapse, tibble, haven,
        dplyr, modelr, ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-08 11:02:36 UTC; rohar
Author: Robert Hartman [aut, cre],
  The MITRE Corporation [cph]
Repository: CRAN
Date/Publication: 2024-09-08 20:20:06 UTC
Built: R 4.5.1; ; 2025-10-06 01:03:01 UTC; windows
