Export trials weather records to met file

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.