Changes in version 3.0.0 - added new data file, sttercrosswalk, that includes territories and jurisdictions Changes in version 0.2.6 (2020-01-08) - allow duplicated clean values and labels so raw values can be collapsed Changes in version 0.2.5 (2019-10-23) - increment for change in contact information Changes in version 0.2.4 (2019-03-04) 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. Changes in version 0.2.3 (2019-02-25) Bug fix - Bug fix for issue #2 due to update of labelled package to 2.1.0 Changes in version 0.2.2 (2018-11-26) - 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 Changes in version 0.2.1 - adjustments to account for new haven labelled classes - various improvements and bug fixes Changes in version 0.1.2 - update documentation - update vignette Changes in version 0.1.1 (2017-10-17) - Initial CRAN release