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
save_data(betas, 'betas', getwd())

ethanmoyer/ICCE documentation built on Aug. 25, 2020, 5:18 p.m.