Learn R Programming

weaana (version 0.1.1)

getWeatherRecords: Get all weather records by year range

Description

Get all weather records by year range

Get all weather records by year range

Usage

getWeatherRecords(object, ...)

# S4 method for WeaAna getWeatherRecords(object, yrange = NULL, vars = "all", ...)

Arguments

object

A WeaAna object.

...

Other arguments

yrange

Year range.

vars

Variable

Value

A data frame with all weather records

Examples

Run this code
# NOT RUN {
library(weaana)
data( "WeatherRecordsDemo" ) 
getWeatherRecords( records, yrange = c( 2008, 2009 ) )
getWeatherRecords( records, yrange = c( 2008, 2009 ), length = 10 )

# }

Run the code above in your browser using DataLab