powered by
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)
returns nothing
A data.frame containing data to export
data.frame
Name of the csv file to export to
Charles-Édouard Giguère
# to_csv(iris,"iris.csv")
Run the code above in your browser using DataLab