Description Creating Objects Slots Methods Author(s) See Also Examples
This is a class representation for PubMed abstracts.
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
)
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.
signature(object = "pmid")
: An accessor function
for pmid
signature(object = "pubMedAbst")
: An accessor
function for abstText
signature(object = "pubMedAbst")
: An accessor
function for articleTitle
signature(object = "pubMedAbst")
: An accessor
function for authors
signature(object = "pubMedAbst")
: An accessor
function for journal
signature(object = "pubMedAbst")
: An accessor
function for pubDate
Jeff Gentry
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.