Created
May 10, 2019 03:05
-
-
Save hrstt/05761f26ae4013742f8353415243467b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library("tidyverse") | |
library("dummies") | |
iris %>% select(Species) %>% dummy.data.frame(., c("Species"), sep="_") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref https://twitter.com/WeAreRLadies/status/1126296802016268288