taxize (version 0.1.5)

gettsnbyvernacularlanguage: Retrieve accepted TSN (with accepted name)

Description

Retrieve accepted TSN (with accepted name)

Usage

gettsnbyvernacularlanguage(language = NA, ...,
    curl = getCurlHandle())

Arguments

language
A string containing the language. This is a language string, not the international language code (character)
...
optional additional curl options (debugging tools mostly)
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Examples

Run this code
gettsnbyvernacularlanguage("french")

Run the code above in your browser using DataLab