unnest includes name_sep which forms the names of the new columns by pasting together the outer column name with the inner names, separated by names_sep.
It would be great if nest had a feature to reverse this action: to remove the outer column name and the separator.
https://tidyr.tidyverse.org/reference/nest.html
unnestincludesname_sepwhich forms the names of the new columns by pasting together the outer column name with the inner names, separated bynames_sep.It would be great if
nesthad a feature to reverse this action: to remove the outer column name and the separator.https://tidyr.tidyverse.org/reference/nest.html