writeWeatherRecords {weaana} | R Documentation |
Write weather records into file
Description
Write weather records into file
Write weather records into file
Usage
writeWeatherRecords(object, ...)
## S4 method for signature 'WeaAna'
writeWeatherRecords(object, file, cols = NULL)
Arguments
object |
A WeaAna object. |
... |
Not used |
file |
Path of output file. |
cols |
Columns to export. All columns exported if NULL |
Value
No return values
[Package weaana version 0.1.1 Index]