Outputs a sanitized CSV file for fussy input systems e.g. ArcGIS and Mechanical Turk Performs three cleansing actions: converts text to latin1 encoding, eliminates funny characters in column names, and writes a CSV without the leading row.names column
write.sanitized.csv(x, file = "", ...)
The data.frame to clean and write
The filename to write to
Arguments to pass to write.csv
NULL