getWeatherRecords-methods: Get all weather records by year range

getWeatherRecordsR 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 )


weaana documentation built on Nov. 5, 2025, 6:08 p.m.