lexicons: Lexicons

Description Usage Arguments Details Value Examples

Description

List, put, and delete lexicons

Usage

1
2
3
4
5
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.

...

Additional arguments passed to pollyHTTP.

content

A character string containing the content of the PLS lexicon.

Details

Note: put_lexicon will overwrite an existing lexicon with the same name.

Value

A list.

Examples

1
2
3
4
## Not run: 
list_lexicons()

## End(Not run)

aws.polly documentation built on April 14, 2020, 7:37 p.m.