cleanabs: To clean the result of searchabsL

Description Usage Arguments Value Author(s) See Also Examples

Description

It will remove the 'NONE' abstracts from the result of searchabsL.

Usage

1
cleanabs(object)

Arguments

object

an S4 object of class Abstracts.

Value

an S4 object of class Abstracts.

Author(s)

Jyoti Rani

See Also

searchabsL

Examples

1
2
3
4
5
6
7
## Not run: test1 = searchabsL(abs, include=c("term1", "term2"));
test2 = cleanabs(test1)
## End(Not run)
## here 'abs' is an S4 object of class Abstracts
## 'term1', 'term2' are the searchterms
## test1 is an S4 object containing abstracts for given terms
## and test2 is an S4 object of class Abstracts containing clean abstracts of searchabsL

pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.