Learn R Programming

paleobioDB (version 1.0.0)

pbdb_taxa_auto: Get a list of taxonomic names matching a prefix or partial name

Description

Returns a list of taxonomic names matching the given prefix or partial name.

Usage

pbdb_taxa_auto(...)

Value

A data frame with information about the matches (taxon rank and number of occurrences in the database).

Arguments

...

Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/taxa/auto. E.g.:

  • name: A partial name or prefix. It must have at least 3 significant characters, and may include both a genus (possibly abbreviated) and a species.

  • limit: Set the limit to the number of matches.

Examples

Run this code
if (FALSE) {
  pbdb_taxa_auto(name = "Cani", limit = 10)
}

Run the code above in your browser using DataLab