save_csv: Save a .csv file representation of an R object with the...

Description Usage Arguments Examples

View source: R/save_csv.R

Description

Uses "write.csv" with presets to save a .csv of an object and uses the object's name to name the .csv file.

Usage

1
save_csv(object)

Arguments

object

the object to save.

Examples

1
2
test <- 1:10
save_csv(test)

mtcruz/mtcruzr documentation built on Dec. 26, 2019, 11:04 p.m.