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