Description Usage Arguments Details Value Examples
List, put, and delete lexicons
1 2 3 4 5 | get_lexicon(lexicon, token, ...)
put_lexicon(lexicon, content, ...)
delete_lexicon(lexicon, ...)
|
lexicon |
A character string specifying the name of a lexicon. If missing, a list of available lexicons is returned. |
token |
Optionally, a pagination token. |
... |
Additional arguments passed to |
content |
A character string containing the content of the PLS lexicon. |
Note: put_lexicon
will overwrite an existing lexicon with the same name.
A list.
1 2 3 4 | ## Not run:
list_lexicons()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.