Description Usage Arguments Value Examples
Take in a table created by addToTimingsTable
and add useful information to it like time elapsed
1 | prepareTimingTable(timingsTable)
|
timingsTable |
A timingsTable created by |
A data frame containing the tasks performed, when they were started and how long they took to run
1 2 3 4 | timingsTable = addToTimingsTable("Start")
timingsTable = addToTimingsTable("Step 1", timingsTable)
Sys.sleep(4)
prepareTimingTable(timingsTable)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.