save_as_csv: Sava a dataset in a csv file, output full csv path

Description Usage Arguments Value Examples

View source: R/save_as_csv.R

Description

Sava a dataset in a csv file, output full csv path

Usage

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

Arguments

dataset

name of the data frame

filename

name of the csv file the file will be saved as

row.names

names of the rows

...

more parameters

Value

path to csv file

Examples

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

## End(Not run)

LMoisset/projectlola documentation built on May 28, 2019, 1:27 p.m.