| pbdb_occurrence {paleobioDB} | R Documentation | 
Get information about a single occurrence record
Description
Returns information about a single occurrence record from the Paleobiology Database.
Usage
pbdb_occurrence(id, ...)
Arguments
id | 
 Identifier of the occurrence. This parameter is required.  | 
... | 
 Arguments passed to the API. See all available arguments at https://paleobiodb.org/data1.2/occs/single. E.g.: 
  | 
Details
Documentation for all the parameters is available at https://paleobiodb.org/data1.2/occs/single. In the parameter list above, we describe the most common filters that paleontologists and ecologists might use.
Value
A data frame with a single occurrence.
Examples
## Not run: 
  pbdb_occurrence(id = 1001)
  pbdb_occurrence(id = 1001, vocab = "pbdb", show = c("class", "coords"))
## End(Not run)