get_publications.numeric {neotoma2} | R Documentation |
Get publications using their unique identifier.
Description
Get publications using their unique identifier.
Usage
## S3 method for class 'numeric'
get_publications(x, ...)
Arguments
x |
integer A contact ID
|
... |
publicationid
The unique numeric identifier associated with a publication in Neotoma.
datasetid
A unique identifier for a Neotoma dataset that is associated
with a publication.
familyname The full or partial last name for an individual author.
pubtype The publication type, from get_tables("publicationtypes") .
year The year the publication was released.
search A plain text search string used to search the citation.
|
Value
publications
object
Examples
{
# We want the paper identified in Neotoma as 666:
get_publications(666)
}
[Package
neotoma2 version 1.0.5
Index]