powered by
Returns a list of taxonomic names matching the given prefix or partial name.
pbdb_taxa_auto(...)
A data frame with information about the matches (taxon rank and number of occurrences in the database).
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.
name
limit: Set the limit to the number of matches.
limit
if (FALSE) { pbdb_taxa_auto(name = "Cani", limit = 10) }
Run the code above in your browser using DataLab