Learn R Programming

taxize (version 0.8.9)

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

Description

Function name changed to tp_refs.

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