getWeatherRecords-methods function

Get all weather records by year range

Get all weather records by year range

Get all weather records by year range

Get all weather records by year range methods

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

Returns

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 )
  • Maintainer: Bangyou Zheng
  • License: MIT + file LICENSE
  • Last published: 2021-09-27