downloadPBDB: Download Occurrences from the Paleobiology Database

Description Usage Arguments Details Value Author(s) Examples

View source: R/downloadPBDB.R

Description

Downloads a data frame of Paleobiology Database fossil occurrences.

Usage

1
2
downloadPBDB(Taxa, StartInterval = "Pliocene",
  StopInterval = "Pleistocene")

Arguments

Taxa

a character vector

StartInterval

a character vector

StopInterval

a character vector

Details

Downloads a data frame of Paleobiology Database fossil occurrences matching certain taxonomic groups and age range. This is simply a convenience function for rapid data download, and only returns the most generically useful fields. Go directly to the Paleobiology Database to make more complex searches or access additional fields. This function makes use of the RCurl package.

Value

a data frame

Author(s)

Andrew A. Zaffos

Examples

1
2
3
4
5
# Download a test dataset of Ypresian bivalves.
# DataPBDB<-downloadPBDB(Taxa="Bivalvia",StartInterval="Ypresian",StopInterval="Ypresian")

# Download a test dataset of Ordovician-Silurian trilobites and brachiopods.
# DataPBDB<-downloadPBDB(c("Trilobita","Brachiopoda"),"Ordovician","Silurian")

velociraptr documentation built on Aug. 1, 2019, 1:05 a.m.