dbAddWeather {expDB} | R Documentation |
Add weather records into expDB
Description
Add weather records into expDB
Usage
dbAddWeather(con, data, name = NULL)
Arguments
con |
a connection object as produced by dbConnect |
data |
A string character for the path to met file, a WeaAna object, or a data frame. |
name |
The met name in the database if data is a data frame. |
Value
no return values
[Package expDB version 0.1.0 Index]