pbdb_taxon: Get information about a single taxonomic name

View source: R/pbdb_queries.R

pbdb_taxonR Documentation

Get information about a single taxonomic name

Description

Returns information about a single taxonomic name, identified either by name or by identifier.

Usage

pbdb_taxon(...)

Arguments

...

Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/taxa/single. One of the following parameters must be specified (but not both):

  • name: Returns information about the most fundamental taxonomic name matching this string. The % and _ characters may be used as wildcards.

  • id: Returns information about the taxonomic name corresponding to the specified identifier. The value can have different forms (see the API documentation in the link above).

Value

A data frame with information from a single taxon.

Examples

## Not run: 
  pbdb_taxon(name = "Canis", vocab = "pbdb",
             show = c("attr", "app", "size"))

## End(Not run)

ropensci/paleobioDB documentation built on March 5, 2024, 3:08 a.m.