Learn R Programming

pubmed.mineR (version 1.0.11)

removeabs: To remove abstracts for the query term.

Description

removeabswill report the number of abstracts removed for the given query term.

Usage

removeabs(object, x, y)

Arguments

object

An S4 object of class Abstracts

x

A character string for the Term

y

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

Value

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

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
# NOT RUN {
removeabs(x, "term", TRUE)
# }

Run the code above in your browser using DataLab