| select_dictionary_levels | R Documentation |
Internal function to select dictionary nested levels
select_dictionary_levels(dict, levels = 1:100, level = 1)
dict |
a dictionary object |
levels |
an integer vector indicating levels to select |
level |
an internal argument to pass current levels |
dict <- list("A" = list("B" = c("b", "B"), c("a", "A", "aa")))
quanteda:::select_dictionary_levels(dict, 1:2)
quanteda:::select_dictionary_levels(dict, 1)
quanteda:::select_dictionary_levels(dict, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.