powered by
Save the object provided to specified path as .rds file.
.rds
utils_IO_write(data, ...)
R object to save.
Destination parameters to be passed to utils_IO_path.
utils_IO_path
No return value, called for side effects.
# NOT RUN { utils_IO_write(mtcars, "home/projects", "mtcars") # } # NOT RUN { # }
Run the code above in your browser using DataLab