Learn R Programming

taRifx (version 1.0.6.2)

write.sanitized.csv: 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

Description

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

Usage

write.sanitized.csv(x, file = "", ...)

Arguments

x

The data.frame to clean and write

file

The filename to write to

Arguments to pass to write.csv

Value

NULL