powered by
Internal function to merge values of duplicated keys
merge_dictionary_values(dict)
a dictionary object
# NOT RUN { dict <- list("A" = list(AA = list("aaaaa"), "a"), "B" = list("b"), "C" = list("c"), "A" = list("aa")) quanteda:::merge_dictionary_values(dict) # }
Run the code above in your browser using DataLab