Description Usage Arguments Value
View source: R/utils_interface.R
startProcess: Style button to show a process is in progress
endProcess: Style button to show a process finished; also,
closes the progress bar (if closeProgressbar = TRUE) and
prints the difference between the current time and time
1 2 3 | startProcess(id)
endProcess(id, time = NULL, closeProgressBar = TRUE)
|
id |
Character: button identifier |
time |
|
closeProgressBar |
Boolean: close progress bar? |
startProcess returns the start time of the process (may be
used as the time argument to endProcess), whereas
endProcess returns the difference between current time and time
(or NULL if time is not specified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.