Description Usage Arguments Details Value See Also
View source: R/ProcessFunctions.R
This function is used to start another R script from a R script started with a RProcess module such as RProcess.
1 2 |
id |
|
script |
|
log |
|
logFile |
|
info |
ProcessInfo object or |
For correct communication with the shiny session an ProcessInfo object given (argument info).
If a log file exists, it is appended with the message given in argument log. Each element is a line.
If a session id exists the log is prefixed with it.
If a process id exists, before writing anything the loaded process id is compared with the current one – read from the *.status file.
If they do not match the R session ends with a call to quit.
This ensures that, in case a newer version of the same process is running, the current one will quit and not overwrite anything.
TRUE
These Rscript communication functions are used in R scripts started by a RProcess module such as RProcess.
For some examples on how they work together see the vignette RProcess Module Functions.
Other Rscript communication functions: ReadInfo,
Rscript_Abort, Rscript_Fin,
Rscript_Init, Rscript_Log,
Rscript_Try, Rscript_Up
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.