dbGetWeather {expDB} | R Documentation |
Get weather records from expDB
Description
Get weather records from expDB
Usage
dbGetWeather(con, name, format = "data_frame", na = NA_character_, tz = "UTC")
Arguments
con |
a connection object as produced by dbConnect |
name |
The met name |
format |
The format of export dataset. |
na |
The character for missing value with default NA |
tz |
Time zone applied for hourly temperature |
Value
a data.frame for all weather records
[Package expDB version 0.1.0 Index]