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, ...)

Arguments

x

a foehnix object

file

character, name of the target file

info

logical, whether or not header information should be written

format

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

Value

Invisible return of the data.frame written to the output file.

Author

Reto Stauffer