Internal function to merge values of duplicated keys
Internal function to merge values of duplicated keys
merge_dictionary_values(dict)
dict |
a dictionary object |
dict <- list("A" = list(AA = list("aaaaa"), "a"), "B" = list("b"), "C" = list("c"), "A" = list("aa")) quanteda:::merge_dictionary_values(dict)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.