tidyr
Reference of datar.dplyr
Reference map of r-tidyverse-tidyr
can be found here.
Legend:
Sample |
Status |
normal |
API that is regularly ported |
strike-through |
API that is not ported, or not an API originally |
bold |
API that is unique in datar |
italic |
Working in process |
Pivoting
Rectangling
API |
Description |
Notebook example |
hoist() unnest_longer() unnest_wider() unnest_auto() |
Rectangle a nested list into a tidy tibble |
|
Nesting
Character vectors
API |
Description |
Notebook example |
extract() |
Extract a character column into multiple columns using regular expression groups |
|
separate() |
Separate a character column into multiple columns with a regular expression or numeric locations |
|
separate_rows() |
Separate a collapsed column into multiple rows |
|
unite() |
Unite multiple columns into one by pasting strings together |
|
Missing values
Miscellanea
Data
See datasets