gather_people | R Documentation |
A thin wrapper around tidyr::pivot_longer()
and tidyr::separate_rows()
.
gather_people(episodes)
episodes |
A tibble containing |
A tibble with new columns "role"
and "person"
, one row per person.
## Not run:
incomparable <- incomparable_get_episodes(incomparable_get_shows())
incomparable_wide <- gather_people(incomparable)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.