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
copy_labels() now also copy labels even if columns in subsetted and original data frame do not completely match.
Arguments include.non.labelled and include.values in get_labels() are renamed to shorter versions non.labelled and values. include.non.labelled and include.values will become softly deprecated.
The read_*()-functions get a verbose-argument, to show or hide the progressbar when imported datasets are converted.
Bug fixes
Due to changes in the broom and lmerTest packages, tidiers did no longer work for lmerModLmerTest objects.