Learn R Programming

pubmed.mineR (version 1.0.11)

subabs: To find sub-abstracts

Description

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

Usage

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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
subabs(x,1,5)
# }
# NOT RUN {
## Here 'x' is an S4 object of class 'Abstracts', 
## 1 and 5 are the start and end point respectively.
# }

Run the code above in your browser using DataLab