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.