subsetabs {pubmed.mineR}R Documentation

To make subsets of large corpus.

Description

It is used to divide the large corpus into a given range.

Usage

subsetabs(object, indices)

Arguments

object

object is an S4 object containing Abstracts.

indices

indices a numeric range (e.g. 1:10, c(1,5,7,9,10)).

Value

It returns an S4 obejct of extracted Abstracts.

Author(s)

S. Ramachandran.

Examples

## Not run: test = subsetabs(diabetesabs, 1:50)
## here we want to extract the Abstacts ranges from 1 to 50 
## from the large corpus of diabetes. 

[Package pubmed.mineR version 1.0.20 Index]