pbdb_taxa_auto {paleobioDB} | R Documentation |
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(...)
Arguments
... |
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/taxa/auto. E.g.:
|
Value
A data frame with information about the matches (taxon rank and number of occurrences in the database).
Examples
## Not run:
pbdb_taxa_auto(name = "Cani", limit = 10)
## End(Not run)
[Package paleobioDB version 1.0.0 Index]