getabsT {pubmed.mineR}R Documentation

To get Abstracts for a given term.

Description

getabsT will automatically fetch the abstracts containing the query term.

Usage

getabsT(object, x, y)

Arguments

object

An S4 object of class Abstracts

x

A character string for the term

y

is logical, if set TRUE, search will be case sensitive.

Details

getabsT() is similar to getabs(), but it performs more specific search.

Value

An object of class 'Abstracts', containing the resulted abstracts for term.

Author(s)

S.Ramachandran

Examples

## Not run: getabsT(diabdata, "term")

[Package pubmed.mineR version 1.0.20 Index]