Nothing
If error happens during knit_print()
, the traceback shown is a smaller one, starting at knit_print() function internal.
options(rlang_backtrace_on_error_report = "full")
f <- function() g() g <- function() h() h <- function() stop("This is an error from knit_print !") knit_print.custom <- function(x, ...) { f() }
structure("example", class = "custom")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.