Skip to content

Instantly share code, notes, and snippets.

@conormm
Created September 1, 2017 20:01
Show Gist options
  • Save conormm/3dd517599afb36228859d7f1ab389fbe to your computer and use it in GitHub Desktop.
Save conormm/3dd517599afb36228859d7f1ab389fbe to your computer and use it in GitHub Desktop.
num_df <- num_df %>%
mutate(years_since_release = 2017 - title_year) %>%
select(-title_year)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment