Abstracts-class {pubmed.mineR} | R Documentation |
Class "Abstracts"
Abstract Class
Description
S4 Class with three slots Journal, Abstract, PMID to store abstracts from PubMed
Objects from the Class
Objects can be created by calls of the form new("Abstracts", ...)
.
Slots
Journal
:Object of class
"character"
to store Journals of the abstracts from PubMedAbstract
:Object of class
"character"
to store Abstracts from the PubMedPMID
:Object of class
"numeric"
to store PMIDs of abstracts from PubMed
Methods
No methods defined with class "Abstracts" in the signature.
Author(s)
S.Ramachandran, Ab Rauf Shah
See Also
searchabsL getabs contextSearch Genewise
Yearwise combineabs subabs subsetabs readabs
Examples
showClass("Abstracts")
[Package pubmed.mineR version 1.0.20 Index]