Learn R Programming

ritis (version 0.5.4)

tsn_by_vernacular_language: Get tsn by vernacular language

Description

Get tsn by vernacular language

Usage

tsn_by_vernacular_language(language, wt = "json", raw = FALSE, ...)

Arguments

language
A string containing the language. This is a language string, not the international language code (character)
wt
(character) One of "json" or "xml". Required.
raw
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
...
Curl options passed on to GET

Value

a data.frame

Examples

Run this code
## Not run: 
# tsn_by_vernacular_language(language = "french")
# ## End(Not run)

Run the code above in your browser using DataLab