save_object | R Documentation |
Saving function to save the RDS files quicker. Source:https://github.com/CostaLab/CimpleG
save_object(object, file_name, file_format = "zstd")
object |
The R object to be save. |
file_name |
The path were the file shall be save. |
file_format |
The format of the save file. Has to be one of: zstd, lz4, gzip, bzip2, xz, nocomp. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.