save_as_csv: Saves Dataframe as a csv file in a specific path

Description Usage Arguments Value Examples

View source: R/save_as_csv.R

Description

Saves Dataframe as a csv file in a specific path

Usage

1
save_as_csv(DataFrame, Path)

Arguments

DataFrame

data frame

Path

path where the new csv will be stored

Value

the new file and the path where it is stored

Examples

1
dontrun {save_as_csv(iris,"Documents/ExcelFiles")}

mariafcadena/HomeworkCADENA documentation built on May 29, 2019, 3:44 a.m.