Learn R Programming

thinkr (version 0.11)

save_as_csv: export a data.frame to csv

Description

export a data.frame to csv

Usage

save_as_csv(dataset, path, row.names = FALSE, ...)

Arguments

dataset

a data.frame

path

the path

row.names

booleen do we have to save the row names

...

other write.csv parameters

Value

file name as character

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
iris %>% save_as_csv(file.path(tempdir(),'coucou.csv')) %>% browseURL()


# }
# NOT RUN {
# }

Run the code above in your browser using DataLab