Learn R Programming

aws.polly (version 0.1.5)

get_lexicon: Lexicons

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.

Additional arguments passed to pollyHTTP.

content

A character string containing the content of the PLS lexicon.

Value

A list.

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