Learn R Programming

paleobioDB (version 0.7.0)

pbdb_references: pbdb_references

Description

Returns information about multiple references, selected according to the parameters you provide.

Usage

pbdb_references (...)

Arguments

...

arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/refs/list. Eg:

  • 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

Examples

Run this code
# NOT RUN {
  pbdb_references (author= "Polly")
# }

Run the code above in your browser using DataLab