write_rds | R Documentation |
Function to read and write R's RDS files with some helpful messaging.
write_rds(x, file, compress = TRUE, file_only_print = FALSE, verbose = TRUE)
read_rds(file, file_only_print = FALSE, verbose = TRUE)
x |
An R object to write to disc. |
file |
File name of RDS file. |
compress |
Should the RDS file be written with compression? |
file_only_print |
If |
verbose |
Should the function give messages? Note that the default is
|
Invisible x
.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.