dbExportMet {expDB} | R Documentation |
Export trials weather records to met file
Description
Export trials weather records to met file
Usage
dbExportMet(con, output, na = NA, ...)
Arguments
con |
a connection object as produced by dbConnect |
output |
The folder of output files |
na |
The character for missing value with default NA |
... |
All other arguments to define range of export trials. All trials will be export if there are not arguments. Supported arguments include trial (or trialcode) |
Value
Write weather records into files. No return values.
[Package expDB version 0.1.0 Index]