Description
List, put, and delete lexicons
Usage
get_lexicon(lexicon, token, ...)put_lexicon(lexicon, content, ...)
delete_lexicon(lexicon, ...)
Arguments
lexicon
A character string specifying the name of a lexicon. If missing, a list of available lexicons is returned.
token
Optionally, a pagination token.
content
A character string containing the content of the PLS lexicon.
Details
Note: put_lexicon
will overwrite an existing lexicon with the same name.
Examples
Run this code# NOT RUN {
list_lexicons()
# }
Run the code above in your browser using DataLab