Learn R Programming

quanteda (version 1.1.1)

merge_dictionary_values: Internal function to merge values of duplicated keys

Description

Internal function to merge values of duplicated keys

Usage

merge_dictionary_values(dict)

Arguments

dict

a dictionary object

Examples

Run this code
# 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