Releases: btskinner/crosswalkr
Releases · btskinner/crosswalkr
v0.3.0
Update
- added new data file, sttercrosswalk, that includes territories and jurisdictions
v0.2.6
Updates
- allow duplicated clean values and labels in crosswalk so raw values can be collapsed (duplicated clean and label values must have 1:1 mapping)
v0.2.5
Updates
- increment for change in contact information
v0.2.4
Bug fix
- Bug fix for #3 (h/t @ekatef), in which columns with uppercase names were dropped by default due to internal conflict with
case_ignore
and drop_extra
options.
v0.2.3
Bug fix
- Bug fix for issue #2 due to update of labelled package to 2.1.0
v0.2.2
Updates
- encoded vector now output in same class as clean values from crosswalk file; this means that if the raw variable is a character (like state name) and the clean encoding value is an integer (like FIPS code), then the new labelled vector will be an integer class. This is the logical behavior and should work better with transfer to Stata, which only takes labels on numeric classes.
- new tests
v0.2.1
Updates
- adjustments to account for new haven
labelled
classes
- various improvements and bug fixes
v0.1.2
Updates
- update documentation
- update vignette