getWeatherRecords {weaana}R Documentation

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 signature '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

library(weaana)
data( "WeatherRecordsDemo" ) 
getWeatherRecords( records, yrange = c( 2008, 2009 ) )
getWeatherRecords( records, yrange = c( 2008, 2009 ), length = 10 )


[Package weaana version 0.1.1 Index]