Package: crosswalkr
Title: Rename and Encode Data Frames Using External Crosswalk Files
Version: 0.2.6
Authors@R: person("Benjamin", "Skinner",
	          email = "btskinner@coe.ufl.edu",
    	          role = c("aut", "cre"),
		  comment = c(ORCID = "0000-0002-0337-7415"))
Description: A pair of functions for renaming and encoding data frames
	     using external crosswalk files. It is especially useful when
	     constructing master data sets from multiple smaller data
	     sets that do not name or encode variables consistently
	     across files. Based on similar commands in 'Stata'.
URL: https://github.com/btskinner/crosswalkr
BugReports: https://github.com/btskinner/crosswalkr/issues
Depends: R (>= 3.3.0)
Imports: haven, labelled, methods, readr, readxl, tibble
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests: testthat, knitr, rmarkdown, dplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-30 16:58:00 UTC; b.skinner
Author: Benjamin Skinner [aut, cre] (<https://orcid.org/0000-0002-0337-7415>)
Maintainer: Benjamin Skinner <btskinner@coe.ufl.edu>
Repository: CRAN
Date/Publication: 2020-01-08 14:30:02 UTC
Built: R 4.0.2; ; 2020-07-16 13:24:19 UTC; unix
