Skip to content

Instantly share code, notes, and snippets.

@romainfrancois
Created November 6, 2017 18:22
Show Gist options
  • Save romainfrancois/5c361cfdc4206616dd0078f55b61f8cc to your computer and use it in GitHub Desktop.
Save romainfrancois/5c361cfdc4206616dd0078f55b61f8cc to your computer and use it in GitHub Desktop.
library(tidyverse)
# devtools::install_github( "ThinkR-open/uni" )
uni::code %>%
filter( !is.na(languages) ) %>%
pull(languages) %>%
str_split(", ") %>%
flatten_chr() %>%
unique()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment