Yearwise {pubmed.mineR} | R Documentation |
To Search abstracts Year wise
Description
Yearwise
reports the no. of abstracts in a year.
Usage
Yearwise(object, year)
Arguments
object |
An S4 object of class Abstracts. |
year |
a character vector specifies the year. |
Details
Yearwise() is useful to find the no. of abstracts for the given year.
Value
A text file containing the no. of abstracts for given Year(s)
Author(s)
Dr.S.Ramachandran
Examples
## Not run: Yearwise(myabs, "2011") or
Yearwise(myabs, c("2011", "2013", "2009")
## End(Not run)
## Here myabs is the object containing PubMed abstracts.
[Package pubmed.mineR version 1.0.20 Index]