Description Usage Arguments Value Examples
View source: R/tsn_by_vernacular_language.R
Get tsn by vernacular language
1 | tsn_by_vernacular_language(language, wt = "json", raw = FALSE, ...)
|
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 |
a data.frame
1 2 3 4 | ## Not run:
tsn_by_vernacular_language(language = "french")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.