You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transition to tidyverse 1.0+ with using the rlang .data pronoun, etc.
Bug fix in harmonize_waves(): Date types are now correctly harmonized.
-A new function, 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().
A new function, subset_waves(), helps to subset a wave of surveys.