RProcessUI: RProcessUI

Description Usage Arguments Details Value See Also

View source: R/RProcess.R

Description

UI part of a module which starts and observes a custom R script as background process. The UI of this module is a red text field which pops up as error message if something went wrong when starting the script or during script execution.

Usage

1

Arguments

id

chr id of this object for shiny session

Details

For more details see the documentation of the corresponding RProcess 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, RProcessStartUI, RProcessStart, RProcess


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