Name of the new "values" column. Must be a string.
names_prefix
Remove matching text from the start of selected columns using regex.
names_sep
If names_to contains multiple values, names_sep takes
the same specification as separate.().
names_pattern
If names_to contains multiple values, names_pattern takes
the same specification as extract.(), a regular expression containing matching groups.
names_ptypes, values_ptypes
A list of column name-prototype pairs. See ``?vctrs::`theory-faq-coercion```
for more info on vctrs coercion.
names_transform, values_transform
A list of column name-function pairs. Use these arguments
if you need to change the types of specific columns.
names_repair
Treatment of duplicate names. See ?vctrs::vec_as_names for options/details.
values_drop_na
If TRUE, rows will be dropped that contain NAs.
fast_pivot
experimental: Fast pivoting. If TRUE, the names_to column will be returned as a factor,
otherwise it will be a character column. Defaults to FALSE to match tidyverse semantics.