RProcessStartUI: RProcessStartUI

Description Usage Arguments Details Value See Also

View source: R/RProcessStart.R

Description

UI part of a start module for R scripts which are stared as background processes by the shiny session. The UI is a red text field which appears as an error message if the quality check found an error when starting the script.

Usage

1

Arguments

id

chr id of this object for shiny session

Details

For more details see the documentation of the corresponding RProcessStart function.

Value

chr HTML for creating ui elements.

See Also

Seome examples on how to use RProcess module functions are given in the vignette RProcess Module Functions (vignette("RProcess_functions", package = "shinyTools"))

In the R script communications functions such as Rscript_Init and Rscript_Fin should be used to ensure correct communication between the R script and the shiny session.

Other RProcess module functions: RProcessFinishUI, RProcessFinish, RProcessStart, RProcessUI, RProcess


mRcSchwering/shinyTools documentation built on May 21, 2019, 10:14 a.m.