A function to create new publication objects by hand.
set_publications(
publicationid = NA_integer_,
publicationtypeid = NA_integer_,
publicationtype = NA_character_,
year = NA_character_,
citation = NA_character_,
articletitle = NA_character_,
journal = NA_character_,
volume = NA_character_,
issue = NA_character_,
pages = NA_character_,
citationnumber = NA_character_,
doi = NA_character_,
booktitle = NA_character_,
numvolumes = NA_character_,
edition = NA_character_,
volumetitle = NA_character_,
seriestitle = NA_character_,
seriesvolume = NA_character_,
publisher = NA_character_,
url = NA_character_,
city = NA_character_,
state = NA_character_,
country = NA_character_,
originallanguage = NA_character_,
notes = NA_character_,
author = NULL
)
publication
object
ID of publication
ID of kind of publication
A text string identifying the publication type within the Neotoma database.
The year of publication.
A full text citation for the article.
The title of the article.
The journal in which the article was published.
The journal volume.
The journal issue.
The pages of the journal.
How many times has the paper been cited?
A DOI for the record.
The title of the book (if the publication is a book)
The number of book volumes (if a series)
The book edition.
The title of the volume (in a published series)
The title of the series.
The series volume.
The publisher.
Publication URL
City of publication.
State of publication.
Country of publication.
Original language of publication.
Publication notes.
name of the author of publication.