getWeatherRecords-methods: Get all weather records by year range

Description Usage Arguments Value Examples

Description

Get all weather records by year range

Get all weather records by year range

Usage

1
2
3
4
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

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

weaana documentation built on Sept. 27, 2021, 5:12 p.m.