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 |
|
indices |
|
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]