write.csv.foehnix: Write Estimated Probabilities to CSV File

View source: R/foehnix_functions.R

write.csv.foehnixR Documentation

Write Estimated Probabilities to CSV File

Description

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.

Usage

## S3 method for class '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(s)

Reto Stauffer


retostauffer/Rfoehnix documentation built on June 5, 2023, 11:39 p.m.