This is a very thin wrapper around readr::write_csv()
. You can use that
function directly for more control
Arguments
- image_data
data.frame of class
image_data
, as read in byread_image_data()
.- file
path to the output csv file
- na
How should missing values be written. Default empty (
""
)- ...
other parameters passed on to
readr::write_csv()