
A function to get publications for sites or datasets in the Neotoma Database using the API.
Source:R/get_publication.R
get_publication.default.RdThe function takes the parameters, defined by the user, and returns a table with publication information from the Neotoma Paleoecological Database.
Usage
# Default S3 method
get_publication(x, contactid, datasetid, author, pubtype, year, search)Arguments
- x
Numeric Publication ID value, either from
get_datasetor known.- contactid
Numeric Contact ID value, either from
get_datasetorget_contact- datasetid
Numeric Dataset ID, known or from
get_datasetCharacter string for full or partial author's name. Can include wildcards such as 'Smit*' for all names beginning with 'Smit'.
- pubtype
Character string, one of eleven allowable types, see
get_table. For a list of allowed types runget_table("PublicationTypes").- year
Numeric publication year.
- search
A character string to search for within the article citation.