View source: R/outputFunProc.R
Print currently used function name and type
1 | outputFunProc(proctype, funname = "", othertxt = NA, calling = T)
|
proctype |
Single character for identifying process type: "I" for "Initialising", "R" for "Running", and "D" for "Done". No default. "I" and "D" can be used with any (arbitrary) function name without constrictions. "R" depends on active and parent calls. |
funname |
String for function name. If no function name is given, outputFunProc will deparse function name from active call (as outputFunProc can be run inside another function). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.