Write Data Frame to CSV File
write_input_file(x, file, context = deparse(substitute(x)), sep = ";")
x | data frame to be written to CSV file |
---|---|
file | full path to target file |
context | text describing the kind of data that is written. This text will appear in the debug message |
sep | column separator, default: ";" |