Skip to content

Instantly share code, notes, and snippets.

@favstats
Created February 11, 2021 22:02
Show Gist options
  • Save favstats/f9d04b2a28ad81fc6584d63f349f3c5f to your computer and use it in GitHub Desktop.
Save favstats/f9d04b2a28ad81fc6584d63f349f3c5f to your computer and use it in GitHub Desktop.
mutate(type = case_when(
type == "Regio" ~ "Local Politics",
type == "Rest" ~ "Party Youth Organization/Dutch Politicians (Other)",
type == "Kandidaat" ~ "Dutch Politician",
type == "Landelijk" ~ "Dutch National Party"
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment