write.sanitized.csv: Outputs a sanitized CSV file for fussy input systems e.g....

Description Usage Arguments Value

View source: R/Rfunctions.R

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

1

Arguments

x

The data.frame to clean and write

file

The filename to write to

...

Arguments to pass to write.csv

Value

NULL


taRifx documentation built on April 14, 2020, 6:27 p.m.