currentabs_fn {pubmed.mineR} | R Documentation |
To Retrive the Abstracts for year.
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
currentabs_fn(yr_to_include, theme, parentabs)
Arguments
yr_to_include |
|
theme |
|
parentabs |
|
Value
It returns an S4 object containing the abstracts of the given year.
Author(s)
S.Ramachandran
See Also
Examples
## 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.
[Package pubmed.mineR version 1.0.20 Index]