getabs: To get Abstracts for a given term.

Description Usage Arguments Details Value Author(s) Examples

Description

getabs will automatically fetch the abstracts containing the query term. A base function of the package pubmed.mineR.

Usage

1
getabs(object, x, y)

Arguments

object

An S4 object of class Abstracts

x

A character string for the term

y

logical, if TRUE, search will be case sensitive

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.

Value

An S4 object of class 'Abstracts', containing the result abstracts for the given term.

Author(s)

Dr.S.Ramachandran

Examples

1
2
## Not run: getabs(x, "term")
## x is an S4 obeject of class abstracts containing the abstracts.

Example output



pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.