tsn_by_vernacular_language {ritis} | R Documentation |
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: |
... |
curl options passed on to crul::HttpClient |
Value
a data.frame
Examples
## Not run:
tsn_by_vernacular_language(language = "french")
## End(Not run)
[Package ritis version 1.0.0 Index]