Learn R Programming

paleobioDB (version 0.7.0)

pbdb_ref_occurrences: pbdb_ref_occurrences

Description

Returns information about the bibliographic references associated with fossil occurrences from the database.

Usage

pbdb_ref_occurrences (...)

Arguments

...

arguments passed to the API. See all available arguments in http://paleobiodb.org/data1.1/occs/refs

  • author select only references for which any of the authors matches the specified name

  • year select only references published in the specified year

  • pubtitle select only references that involve the specified publication

  • order specifies the order in which the results are returned. You can specify multiple values separated by commas, and each value may be appended with .asc or .desc. Accepted values are: author, year, pubtitle, created, modified, rank.

Value

a dataframe with the information about the references that match the query

Details

Go to pbdb_occurrences to see an explanation about the main filtering parameters.

Examples

Run this code
# NOT RUN {
pbdb_ref_occurrences (vocab="pbdb", 
base_name="Canis", year=2000)
# }

Run the code above in your browser using DataLab