Learn R Programming

polyglotr (version 1.6.0)

pons_dictionaries: Get the list of available dictionaries from PONS API

Description

Get the list of available dictionaries from PONS API

Usage

pons_dictionaries(language = "en")

Value

A list of available dictionaries in the specified language.

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.

Examples

Run this code
if (FALSE) {
pons_dictionaries(language = "es")
}

Run the code above in your browser using DataLab