save_as_csv: save_as_csv: a function to save a data frame as a .csv file...

Description Usage Arguments Value Examples

View source: R/save_save_csv.R

Description

save_as_csv: a function to save a data frame as a .csv file with built in verification mechanisms for the necessary conditions

Usage

1

Arguments

data

a data frame

output

the directory of the output file, it should end with ".csv"

row.names

FALSE by default, this indicates whether the row names of the data is to be written along with the data

...

other default settings

Value

a message saying that the file has been successfully written in the desired location

Examples

1
2
3
4
## Not run: 
save_as.csv(iris, "output.csv")

## End(Not run)

ruoyzhang/RProgrammingAssignment documentation built on May 29, 2019, 9:10 a.m.