getabs will automatically fetch the abstracts containing the query term. A base function of the package pubmed.mineR.
Usage
getabs(object, x, y)
Value
An S4 object of class 'Abstracts', containing the result abstracts for the given term.
Arguments
object
An S4 object of class Abstracts
x
A character string for the term
y
logical, if TRUE, search will be case sensitive
Author
Dr.S.Ramachandran
Details
getabs() is used to find and exctract the abstracts for any given term, from the large a large corpus of abstracts. It uses regexpr based search strategy.