save_object: Saves RData object

View source: R/utils.R

save_objectR Documentation

Saves RData object

Description

The function saves an object into specified directory naming with the name of the object.

Usage

save_object(object, DATA_PATH, suffix = "")

Arguments

object

an object to save

DATA_PATH

a directory path to save object

suffix

(optional, Default = "") adds suffix string to the saved object

Examples

save_object(mtcars, DATA_PATH="./", suffix="myresults")

alzel/proteomicsQC documentation built on Aug. 11, 2022, 5:58 p.m.