#' @export
with_tracing_enabled <- function(code) {
.Call(C_instrumentr_enable_tracing)
on.exit(.Call(C_instrumentr_reinstate_tracing))
code
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.