View source: R/utils-helpers.R
local | R Documentation |
A helper function to enable debugger option
local(x, from_local = TRUE)
x |
TRUE / FALSE; whether to attach a debugging console to the sketch application. |
from_local |
TRUE / FALSE; whether to load the debugger console from the local package. If FALSE, the console will be loaded from a Content Delivery Network (CDN) link. |
Use 'from_local=TRUE' for self-contained applications, and 'from_local=FALSE' for reduced file size.
# This function is designed to be used in the configuration header, e.g.
# config(debug = local(TRUE), rules = basic_rules(), deparsers = basic_deparsers())
local(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.