Learn R Programming

quanteda (version 0.99.12)

merge_dictionary_values: internal function to mege values of duplicated keys

Description

internal function to mege values of duplicated keys

Usage

merge_dictionary_values(dict)

Arguments

dict

a dicitonary 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