create_codebook()
for naming consistency.read_dta()
for importing STATA files.codebook_create()
and
codebook_waves_create()
retroharmonize_labelled_spss_survey()
summary
method.haven::read_spss()
reads columns as labelled,
even though they do not have a single label. In class
survey()
we convert them back to numeric or character
types..data
pronoun, etc.harmonize_waves()
: Date types are now
correctly harmonized.harmonize_var_names()
, helps to
systematically rename variables in a list of surveys. Conventional names
to keep are returned by suggest_permanent_names()
, and the
helper function suggest_var_names()
provides a simple
wrapper around var_label_normalize()
and
suggest_permanent_names()
.subset_waves()
, helps to subset a wave
of surveys.harmonize_values()
now accepts perl-like regex.retroharmonize 0.1.6-0.1.12 are making the package ready for CRAN release.
NEWS.md
file to track changes to the
package.