R Programming
https://trello.com/b/N5PsLKg8/r-programming-wiki-cevi
https://r-pedia.gitbook.io/cevi/
Subset only categorical values:
names(data %>% select_if(~!is.numeric(.x)))
Last updated
https://trello.com/b/N5PsLKg8/r-programming-wiki-cevi
https://r-pedia.gitbook.io/cevi/
Subset only categorical values:
names(data %>% select_if(~!is.numeric(.x)))
Last updated