pons_dictionaries {polyglotr} | R Documentation |
Get the list of available dictionaries from PONS API
Description
Get the list of available dictionaries from PONS API
Usage
pons_dictionaries(language = "en")
Arguments
language |
The language of the output (ISO 639-1 - two-letter codes). Supported languages are de, el, en, es, fr, it, pl, pt, ru, sl, tr, zh. |
Value
A list of available dictionaries in the specified language.
Examples
## Not run:
pons_dictionaries(language = "es")
## End(Not run)
[Package polyglotr version 1.5.1 Index]