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 |
... |
|
Value
publications
object
Examples
{
# We want the paper identified in Neotoma as 666:
get_publications(666)
}
[Package neotoma2 version 1.0.4 Index]