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
New family of consistent string separating functions:
separate_wider_delim(), separate_wider_position(),
separate_wider_regex(), separate_longer_delim(), and
separate_longer_position().
nest() gains a .by argument which allows you to specify the columns to
nest by (rather than the columns to nest, i.e. through ...). Additionally,
the .key argument is no longer deprecated, and is used whenever ... isn't
specified
pivot_longer() gains a cols_vary argument for controlling the ordering of
the output rows relative to their original row number
New datasets who2, household, cms_patient_experience, and
cms_patient_care to demonstrate various tidying challenges
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Type
Adding new functionality to datar
Changing existing functionality in datar
Removing existing functionality in datar
Problem Description
Feature Description
separate_wider_delim(), separate_wider_position(),
separate_wider_regex(), separate_longer_delim(), and
separate_longer_position().
nest by (rather than the columns to nest, i.e. through ...). Additionally,
the .key argument is no longer deprecated, and is used whenever ... isn't
specified
the output rows relative to their original row number
cms_patient_care to demonstrate various tidying challenges
Additional Context
No response
The text was updated successfully, but these errors were encountered: