Skip to content

Instantly share code, notes, and snippets.

@hrstt
Created May 10, 2019 03:05
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 hrstt/05761f26ae4013742f8353415243467b to your computer and use it in GitHub Desktop.
Save hrstt/05761f26ae4013742f8353415243467b to your computer and use it in GitHub Desktop.
library("tidyverse")
library("dummies")
iris %>% select(Species) %>% dummy.data.frame(., c("Species"), sep="_")
@hrstt
Copy link
Author

hrstt commented May 10, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment