timings_mean = function(timings) { ti = timings[, 3] ti = ti[ti > 0] m = mean(ti) paste0(": ", signif(m, 3), " (sec).") }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.