powered by
export a data.frame to csv
save_as_csv(dataset, path, row.names = FALSE, ...)
a data.frame
the path
booleen do we have to save the row names
other write.csv parameters
file name as character
# 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