save_as_csv: save csv file under name given by user

Description Usage Arguments Value Examples

Description

save csv file under name given by user

Usage

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

Arguments

dataset

name of the dataset to save as csv

filename

name chosen by the user, must be using csv extension

row.names

Chooses to omit the row names when saving the file as csv, omitted by default

...

Other possible parameters on how the list should be extracted

Value

no visible return, produces the path to the saved file

Examples

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

## End(Not run)

Raphael-Selignan/Homework documentation built on May 28, 2019, 2:27 p.m.