Learn R Programming

pubmed.mineR (version 1.0.21)

getabsT: To get Abstracts for a given term.

Description

getabsT will automatically fetch the abstracts containing the query term.

Usage

getabsT(object, x, y)

Value

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

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.

Author

S.Ramachandran

Details

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

Examples

Run this code
if (FALSE) getabsT(diabdata, "term")

Run the code above in your browser using DataLab