data_load: Load data into the shiny application

Description Usage Arguments Value

View source: R/utils.R

Description

data_load This function is used by the shiny application to load pre or post data and store them within a shiny reactiveValues object

Usage

1
data_load(files_path, files_names, var_out, Post = T, clean = T)

Arguments

files_path

a list that contains all the paths of the considered data files

files_names

a list that contains all the files names

var_out

a shiny reactiveValues object where the data are stored

Post

Boolean that determine if the data are pre-installation or post-installation. If true then the data are considered as post-installation.

clean

Boolean that determine if an automatic data cleaning is performed.

Value

var_out reactiveValues object with a new object where the loaded data are stored


LBNL-ETA/RMV2.0 documentation built on Nov. 9, 2020, 5:44 a.m.