Write a QWAprofile object to a CSV file
Arguments
- x
A QWAprofile object.
- file
Path to the output
.csvor.csv.gzfile.- compress
If
TRUE, write a compressed.csv.gzfile (defaultFALSE).- overwrite
Allow overwriting existing files? (default
TRUE).
Note
The profile_type attribute is not written to the CSV file. It is
re-derived from the column names when the file is read back with
read_QWAprofile().