-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1017 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: crosswalkr
Title: Rename and Encode Data Frames Using External Crosswalk Files
Version: 0.4.0
Authors@R: person("Benjamin", "Skinner",
email = "ben@btskinner.io",
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'.
Maintainer: Benjamin Skinner <ben@btskinner.io>
URL: https://github.com/btskinner/crosswalkr
BugReports: https://github.com/btskinner/crosswalkr/issues
Depends: R (>= 3.5.0)
Imports: haven,
labelled,
methods,
readr,
readxl,
tibble
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests: testthat,
knitr,
rmarkdown,
dplyr
VignetteBuilder: knitr