View source: R/get_publications.R
get_publications.default | R Documentation |
Get publication information from Neotoma
## Default S3 method:
get_publications(...)
... |
|
publications
object
# 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.