get_publications {neotoma2} | R Documentation |
Get publication information for Neotoma records
Description
Uses the Neotoma API to search and access information about publications associated with data in the Neotoma Paleoecology Database
Usage
get_publications(x = NA, ...)
Arguments
x |
integer A contact ID |
... |
|
Value
publications
object
Examples
# How old are the papers in Neotoma that include the term "mammut"?
mammoth_papers <- get_publications(search="mammut") %>%
as.data.frame()
hist(as.numeric(mammoth_papers$year))
[Package neotoma2 version 1.0.4 Index]