RProcessFinishUI: RProcessFinishUI

Description Usage Arguments Details Value See Also

View source: R/RProcessFinish.R

Description

This is the UI part of a module to observe R scripts which are running as background processes from the shiny session. It consists of only a red text field which will be visible as an error message if something during script execution went wrong.

Usage

1

Arguments

id

chr id of this object for shiny session

Details

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


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