Learn R Programming

expDB (version 0.3.0)

dbAddWeather: Add weather records into expDB

Description

Add weather records into expDB

Usage

dbAddWeather(con, data, name = NULL)

Value

no return values

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.