subabs: To find sub-abstracts

Description Usage Arguments Details Value Author(s) Examples

Description

subabs will automatically extract the sub-abstracts from large set of abstracts.

Usage

1
subabs(object, start, end)

Arguments

object

An S4 object of class Abstracts

start

integer, specifies starting limit of the range to perform search

end

integer, specifies end limit of the range to perform search

Details

From a large number of asbtracts wish to extract a subset of abstracts into a separate object.

Value

An R object of class 'Abstracts' containing the extracted abstracts meeting a given range.

Author(s)

Jyoti Rani, S.Ramachandran

Examples

1
2
3
## Not run: subabs(myabs,1,5)
## Here 'myabs is an S4 object of class 'Abstracts', 
## 1 and 5 are the start and end respectively.

pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.