currentabs_fn: To Retrive the Abstracts for year.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/currentabs_fn.R

Description

This function is used to extract the abstracts for year we want to study. Its output is used as input in other functions like BWI() and genes_BWI()

Usage

1
currentabs_fn(yr_to_include, theme, parentabs)

Arguments

yr_to_include

yr_to_include is the year for which we want to extract the Abstracts.

theme

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

parentabs

parentabs an S4 object containing the Abstracts.

Value

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

Author(s)

S.Ramachandran

See Also

previousabs_fn

Examples

1
2
3
## Not run: test = currentabs_fn("2015", "atherosclerosis", diabetesabs)
## here "2015" is the year for which, we wish to extract the abstracts on theme"Atherosclerosis" 
## from the large corpus of diabetes i.e. diabetesabs.

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