LG_shiny_interface_Master: Master for the creation of the dynamic 'LG_shiny'-interface.

View source: R/LG_shiny_interface_Master.R

LG_shiny_interface_MasterR Documentation

Master for the creation of the dynamic LG_shiny-interface.

Description

This internal function is the master-function that calls different helper-functions required for the dynamic LG_shiny-interface and the associated bookkeeping. Depending on the status of the application, it will either initiate the log, or it will update the log and allow different workers to do the tasks of loading files, fine-tuning different parts of the interface, and calling the functions that presents the plots and the explanations of the plots.

Usage

LG_shiny_interface_Master(.env, .env2)

Arguments

.env

The environment where the original arguments given to LG_shiny lives, i.e. arguments like main_dir and data_dir.

.env2

The environment containing the two lists input and output.

Value

This function governs the workers that provides the dynamic interface for the LG_shiny-function. (The resulting updates are stored in the environments .env and .env2.)


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.