importPublication | R Documentation |
This function adds or updates a single Publication record using metadata associated with a PubMed identifier.
importPublication( PMID, .permissions = getOption("GeneHive.permissions"), con = hiveConnection(), verbose = getOption("GeneHive.verbose") )
PMID |
A numeric or character vector of length one specifying a PubMed identifier |
.permissions |
A |
con |
A |
verbose |
A logical value specifying whether messages should be printed |
The fields of the Publication record are populated from the PubMed XML record. If a DOI is present, it is added; otherwise, that field is left blank.
If the operation is successful, a hiveEntity
object corresponding to the Publication record is invisibly returned;
otherwise, the function terminates with an error message.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.