-
Notifications
You must be signed in to change notification settings - Fork 418
Closed
Labels
featurea feature request or enhancementa feature request or enhancementhelp wanted ❤️we'd love your help!we'd love your help!pivoting ♻️pivot rectangular data to different "shapes"pivot rectangular data to different "shapes"
Description
A suggestion. Sometimes the column names provide no new/useful information as the values encode the same (or better) information. In this case, the names column is unwanted and dropped soon after the pivot.
If names_to
can create one or more columns based on patterns, could it be extended to allow 0 columns to simplify the pivot_longer(names_to = "junk") %>% select(-junk)
pattern?
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementhelp wanted ❤️we'd love your help!we'd love your help!pivoting ♻️pivot rectangular data to different "shapes"pivot rectangular data to different "shapes"