powered by
internal function to mege values of duplicated keys
merge_dictionary_values(dict)
a dicitonary 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