save_object: save_object

View source: R/save_object.R

save_objectR Documentation

save_object

Description

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.


CostaLab/sigurd documentation built on Feb. 10, 2025, 11:08 p.m.