powered by
subabs will automatically extract the sub-abstracts from large set of abstracts.
subabs
subabs(object, start, end)
An R object of class 'Abstracts' containing the extracted abstracts meeting a given range.
An S4 object of class Abstracts
integer, specifies starting limit of the range to perform search
integer, specifies end limit of the range to perform search
Jyoti Rani, S.Ramachandran
From a large number of asbtracts wish to extract a subset of abstracts into a separate object.
if (FALSE) subabs(myabs,1,5) ## Here 'myabs is an S4 object of class 'Abstracts', ## 1 and 5 are the start and end respectively.
Run the code above in your browser using DataLab