lexicons: Lexicons

get_lexiconR Documentation

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.

Details

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

Value

A list.

Examples

## Not run: 
list_lexicons()

## End(Not run)

cloudyr/aws.polly documentation built on June 18, 2022, 3:45 a.m.