Creating Objects
new('pubMedAbst',
authors = ...., # Object of class vector
pmid = ...., # Object of class character
abstText = ...., # Object of class character
articleTitle = ...., # object of class character
journal = ...., # Object of class character
pubDate = ...., # Object of class character
)Slots
pmid:- Object of class
"character" The PubMed ID
for this paper. authors:- Object of class
"vector" The authors
of the paper. abstText:- Object of class
"character" The
contained text of the abstract. articleTitle:- Object of class
"character" The
title of the article the abstract pertains to. journal:- Object of class
"character" The journal
the article was published in. pubDate:- Object of class
"character" The date the
journal was published.
Methods
- pmid
signature(object = "pmid"): An accessor function
for pmid - abstText
signature(object = "pubMedAbst"): An accessor
function for abstText - articleTitle
signature(object = "pubMedAbst"): An accessor
function for articleTitle - authors
signature(object = "pubMedAbst"): An accessor
function for authors - journal
signature(object = "pubMedAbst"): An accessor
function for journal - pubDate
signature(object = "pubMedAbst"): An accessor
function for pubDate