downloadPBDB {velociraptr}R Documentation

Download Occurrences from the Paleobiology Database

Description

Downloads a data frame of Paleobiology Database fossil occurrences.

Usage

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


# 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")


[Package velociraptr version 1.1.0 Index]