powered by
Returns information about a single taxonomic name, identified either by name or by identifier.
pbdb_taxon (...)
arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/taxa/single. Eg:
name: returns information about the most fundamental taxonomic name matching this string. The % and _ characters may be used as wildcards.
...
a dataframe with information from a single taxon
# NOT RUN { pbdb_taxon (name="Canis", vocab="pbdb", show=c("attr", "app", "size")) # }
Run the code above in your browser using DataLab