Learn R Programming

pubmed.mineR (version 1.0.21)

Abstracts-class: Class "Abstracts" Abstract Class

Description

S4 Class with three slots Journal, Abstract, PMID to store abstracts from PubMed

Arguments

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 PubMed

Abstract:

Object of class "character"to store Abstracts from the PubMed

PMID:

Object of class "numeric"to store PMIDs of abstracts from PubMed

Methods

No methods defined with class "Abstracts" in the signature.

Author

S.Ramachandran, Ab Rauf Shah

See Also

searchabsL getabs contextSearch Genewise Yearwise combineabs subabs subsetabs readabs

Examples

Run this code
showClass("Abstracts")

Run the code above in your browser using DataLab