save_data: Saves specified data with variable name to working directory...

Description Usage Arguments Value Examples

View source: R/preprocessData.R

Description

Given data, a variable name, and a location for that data to be stored, this function simply saves data.

Usage

1
save_data(data, variable_name, dir)

Arguments

data

data structure

variable_name

name of variable/file

dir

directory to which the data should be saved

Value

None

Examples

1
2
save_data(betas, 'betas', getwd())
... some visualization 

ethanmoyer/MethylConstruct documentation built on July 10, 2020, 12:28 a.m.