save_as_csv: Save as csv function

Description Usage Arguments Value Examples

View source: R/save_as_csv.R

Description

Save as csv function

Usage

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

Arguments

dataset

the dataset you work with

filename

the file you want to read

row.names

the list of the names of the row

Value

a dataframe

Examples

1
2
3
4
## Not run: 
save_as_csv(dataset_name, myfile_with_a_csv_extension)

## End(Not run)

priscilleb/pack2 documentation built on May 29, 2019, 7:39 a.m.