removeabs {pubmed.mineR} | R Documentation |
To remove abstracts for the query term.
Description
removeabs
will remove the abstracts from a corpus for a given term.
Usage
removeabs(object, x, y)
Arguments
object |
An S4 object of class Abstracts |
x |
A character value |
y |
is logical, if set 'TRUE' search will be case specific |
Details
removeabs() finds the abstracts for the given term and remove them from the large set of abstracts.A text file of file name "dataout.txt" will be written containing the number of abstracts removed.
Value
An S4 object of class Abstracts and a text file named "dataout.txt"
Author(s)
S.Ramachandran, Jyoti Rani
Examples
## Not run: removeabs(myabs, "atherosclerosis", TRUE)
[Package pubmed.mineR version 1.0.20 Index]