taxize (version 0.1.5)

tp_namereferences: Return all reference records for for a taxon name with a given id.

Description

Return all reference records for for a taxon name with a given id.

Usage

tp_namereferences(id, format = "json", output = "df",
    key = NULL, verbose = TRUE)

Arguments

id
the taxon identifier code
format
return in json or xml format (defaults to json)
output
raw = json or xml; or df = data.frame
key
Your Tropicos API key; loads from .Rprofile.
verbose
Print messages (default) or not, logical

Value

  • List or dataframe.

Examples

Run this code
# Raw json or xml
tp_namereferences(id = 25509881, output = 'raw')

# Output as data.frame
tp_namereferences(id = 25509881)

Run the code above in your browser using DataCamp Workspace