Pivot data from wide to long — pivot_longer • tidyr

PHOTO EMBED

Tue Jun 01 2021 16:13:07 GMT+0000 (Coordinated Universal Time)

Saved by @rezaeir

pivot_longer(
  data,
  cols,
  names_to = "name",
  names_prefix = NULL,
  names_sep = NULL,
  names_pattern = NULL,
  names_ptypes = list(),
  names_transform = list(),
  names_repair = "check_unique",
  values_to = "value",
  values_drop_na = FALSE,
  values_ptypes = list(),
  values_transform = list(),
  ...
)
content_copyCOPY

https://tidyr.tidyverse.org/reference/pivot_longer.html