Skip to contents

Saving function to save the RDS files quicker. Source:https://github.com/CostaLab/CimpleG

Usage

save_object(object, file_name, file_format = "zstd")

Arguments

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.