to_csv {CUFF} | R Documentation |
This functions export a data frame into a csv file with a csv companion file containing formats to properly reimport data into R.
column_types(data)
to_csv(data, file)
data |
A |
file |
Name of the csv file to export to |
returns nothing
Charles-Édouard Giguère
# to_csv(iris,"iris.csv")