Learn R Programming

pubmed.mineR (version 1.0.21)

previousabs_fn: To Retrieve the Abstracts from the large corpus for given years.

Description

This function is used to extract the abstracts from the large corpus excluding the years and under a given theme. Its output is used in other functions like BWI and genes_BWI

Usage

previousabs_fn(yrs_to_exclude, theme, parentabs)

Value

It returns an S4 object containing the abstracts of the given year.

Arguments

yrs_to_exclude

yrs_to_exclude is abstracts for the list of years we want to exclude from the corpus

theme

theme is a character value specifying the themes for the Abstracts.

parentabs

parentabs an S4 object containing the Abstracts.

Author

S.Ramachandran

See Also

currentabs_fn