lowercase_dictionary_values | R Documentation |
Internal function to lowercase dictionary values
lowercase_dictionary_values(dict)
dict |
the dictionary whose values will be lowercased |
dict <- list(KEY1 = list(SUBKEY1 = c("A", "B"),
SUBKEY2 = c("C", "D")),
KEY2 = list(SUBKEY3 = c("E", "F"),
SUBKEY4 = c("G", "F", "I")),
KEY3 = list(SUBKEY5 = list(SUBKEY7 = c("J", "K")),
SUBKEY6 = list(SUBKEY8 = c("L"))))
quanteda:::lowercase_dictionary_values(dict)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.