Learn R Programming

pubmed.mineR (version 1.0.11)

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
# NOT RUN {
Yearwise(x, "2011") or
Yearwise(x, c("2011", "2013", "2009")
# }
# NOT RUN {
## Here 'x' is the object containing data of PubMed abstracts.
# }

Run the code above in your browser using DataLab