Learn R Programming

pubmed.mineR (version 1.0.3.1)

Yearwise: 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.

Value

  • A text file containing the no. of abstracts for given Year(s)

Details

Yearwise() is useful to find the no. of abstracts for the given year.

Examples

Run this code
Yearwise(x, "2011") or
Yearwise(x, c("2011", "2013", "2009")
## Here 'x' is the object containing data of PubMed abstracts.

Run the code above in your browser using DataLab