Write the results of a foehnix
model into a CSV
text file. Custom date/time information can be specified using the
input argument format
. By default UNIX timestamp will be used.
# S3 method for foehnix
write.csv(x, file, info = TRUE, format = NULL, ...)
a foehnix
object
character, name of the target file
logical, whether or not header information should be written
NULL or a character to specify the format in which the
date/time information should be written to the file
(forwarded to
strftime
)
currently ignored
Invisible return of the data.frame written to the output file.