save_as_csv: Saves data frame in csv file and outputs full path of csv

Description Usage Arguments Value Examples

Description

Saves data frame in csv file and outputs full path of csv

Usage

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

Arguments

dataset

name of the data frame to be saved as csv

filename

name of the csv file in which the data frame will be saved

row.names

TRUE if you want the row names of the data frame to be included in the csv file, FALSE otherwise

...

other arguments that can be specified such as sep, na, dec...

Value

path to csv file

Examples

1
2
3
4
## Not run: 
save_as_csv(iris, "outputiris.csv", row.names = FALSE, ...)

## End(Not run)

margauxgs/MyownpackageX2017 documentation built on May 29, 2019, 3:44 a.m.