Skip to contents

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 crul::HttpClient

Value

a data.frame

Examples

if (FALSE) {
tsn_by_vernacular_language(language = "french")
}