Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Created May 3, 2019 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshat3096/add5f0d7c538255f8e95c432e76a160a to your computer and use it in GitHub Desktop.
Save akshat3096/add5f0d7c538255f8e95c432e76a160a to your computer and use it in GitHub Desktop.
data %>%
unite_(.,"email_home",c("emailer_for_promotion","homepage_featured")) %>%
head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment