ASM_preload {formods}R Documentation

Preload Data for ASM Module

Description

Populates the supplied session variable with information from list of sources.

Usage

ASM_preload(
  session,
  src_list,
  yaml_res = NULL,
  mod_ID = NULL,
  react_state = list(),
  quickload = FALSE
)

Arguments

session

Shiny session variable (in app) or a list (outside of app)

src_list

List of preload data (all read together with module IDs at the top level)

yaml_res

Result of reading in the formods (fm_cfg) and module (mod_cfg) yaml files

mod_ID

Module ID of the module being loaded.

react_state

Reactive shiny object (in app) or a list (outside of app) used to trigger reactions

quickload

Logical TRUE to load reduced analysis FALSE to load the full analysis

Value

list with the following elements


[Package formods version 0.2.1 Index]