Learn R Programming

podcleaner (version 0.1.2)

utils_IO_write: Write object to long term memory

Description

Save the object provided to specified path as .rds file.

Usage

utils_IO_write(data, ...)

Arguments

data

R object to save.

...

Destination parameters to be passed to utils_IO_path.

Value

No return value, called for side effects.

Examples

Run this code
# NOT RUN {
  utils_IO_write(mtcars, "home/projects", "mtcars")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab