Learn R Programming

pubmed.mineR (version 1.0.21)

removeabs: To remove abstracts for the query term.

Description

removeabswill remove the abstracts from a corpus for a given term.

Usage

removeabs(object, x, y)

Value

An S4 object of class Abstracts and a text file named "dataout.txt"

Arguments

object

An S4 object of class Abstracts

x

A character value

y

is logical, if set 'TRUE' search will be case specific

Author

S.Ramachandran, Jyoti Rani

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.

Examples

Run this code
if (FALSE) removeabs(myabs, "atherosclerosis", TRUE)

Run the code above in your browser using DataLab