saveWithID: Save an R object

Description Usage Arguments Value

View source: R/io.R

Description

Exists so objects can be serialized and reloaded with the a unique identifier in the symbol. Stores the data object with a new nane

Usage

1
saveWithID(data, orig_name, id, save_dir, compress = TRUE, format = "RData")

Arguments

data

The data to store

orig_name

The original name of the data

id

A meaningful id the is prepended to the stored objects name

save_dir

The directory where the data should be saved in

compress

Save the data compressed or not

format

Choice of 'RData' or 'tab'(ular)

Value

Name of the stored file


HTSeqGenie documentation built on Nov. 8, 2020, 6:12 p.m.