Learn R Programming

pubmed.mineR (version 1.0.3.1)

getabsT: 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.

Value

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

Details

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

Examples

Run this code
getabsT(diabdata, "term")

Run the code above in your browser using DataLab