| startProcess {psichomics} | R Documentation |
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 is TRUE) and
prints the difference between the current time and time
startProcess(id) endProcess(id, time = NULL, closeProgressBar = TRUE)
id |
Character: button identifier |
time |
|
closeProgressBar |
Boolean: close progress bar? TRUE by default |
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)