save_as_csv: Title : function that checks the authorizations of the file...

Description Usage Arguments Value Examples

Description

Title : function that checks the authorizations of the file before writing a DataFrame into a csv

Usage

1
save_as_csv(data, file_path, ...)

Arguments

data

dataframe to be writen in a csv file

file_path

path to folder

...

rest of the parameters of the write.csv2 functions

Value

file_path

Examples

1
2
3
4
5
6
## Not run: 
save_as_csv(MyDataFrame, "../path/to/folder")

MyDataFrame %>% save_as_csv("../path/to/folder")

## End(Not run)

aredier/coursefunctions documentation built on May 28, 2019, 5:26 p.m.