save_as_csv: Save a data.frame in a csv file

Description Usage Arguments Value Examples

View source: R/save_as_csv.R

Description

Save a data.frame in a csv file

Usage

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

Arguments

dataset

your data.frame

filename

the name of the file (it could be a path) - you have to put ".csv" at the end

Value

nothing

Examples

1
2
3
4
## Not run: 
save_as_csv("machin.csv")

## End(Not run)

SachaIZADI/R-for-datascience-Package-Training documentation built on May 28, 2019, 3:14 p.m.