save_as_csv: save a data.frame in a csv file

Description Usage Arguments Value Examples

Description

save a data.frame in a csv file

Usage

1
save_as_csv(dataset, filename, row.names = FALSE)

Arguments

dataset

a data.frame

filename

the name of the output csv

row.names

attribute of the data.frame

Value

csv file

Examples

1
2
3
4
5
## Not run: 
save_as_csv(..,"name.csv")


## End(Not run)

chloeqiao/homeworkpackage documentation built on May 28, 2019, 7:17 p.m.