get_all_basiclevel | R Documentation |
Get the all_basiclevel data from the all_basiclevel repo
get_all_basiclevel(version = NULL, drop_basic_level_na = TRUE)
version |
version tag to checkout |
drop_basic_level_na |
whether to use the "*_NA" version that has all the nouns, including those whose "basic_level" is set to "NA" (drop_basic_level_na = FALSE) or the standard version that does not include them. |
a dataframe containing the all_basiclevel data
# get version with a specific version tag
all_bl <- get_all_basiclevel(version='0.3.2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.