arlc_measure_time | R Documentation |
This function measures the execution time of a given function.
arlc_measure_time(func, ...)
func |
The function to measure. |
... |
Additional arguments to pass to the function. |
The result of the function execution.
arlc_measure_time(Sys.sleep, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.