Skip to content

Instantly share code, notes, and snippets.

@romainfrancois
Created October 9, 2018 10:42
Show Gist options
  • Save romainfrancois/473cfa4713bc0ac7b6b5f6f4bc91acdd to your computer and use it in GitHub Desktop.
Save romainfrancois/473cfa4713bc0ac7b6b5f6f4bc91acdd to your computer and use it in GitHub Desktop.
library(dplyr, warn.conflicts = FALSE)
iris %>%
mutate_at(vars(starts_with("S")), ~if(is.factor(.)) as.character(.) else .)
# https://git.io/fxnlF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment