save_object.Rd
Saving function to save the RDS files quicker. Source:https://github.com/CostaLab/CimpleG
save_object(object, file_name, file_format = "zstd")
The R object to be save.
The path were the file shall be save.
The format of the save file. Has to be one of: zstd, lz4, gzip, bzip2, xz, nocomp.