powered by
This function returns the object passed in, can be used for dplyr pipeline.
write.csv_(x, file)
object
filename for write.csv
whatever object passed in
# NOT RUN { write.csv_(data.frame(a=1, b=2, c=3), file.path(tempdir(), "data.csv")) data <- data.frame(a=1, b=2, c=3) data %>% file.path(tempdir(), "data.csv") %>% print() # }
Run the code above in your browser using DataLab