TRUE or FALSE; if TRUE, a console for debugging is attached to your app.
asset_tags
An optional list of 'shiny.tag' objects to be added to the html
template. The list must have signature / structure of a named list:
[head = [shiny.tag], body = [shiny.tag]],
containing the head and body elements, each of which is a
list of shiny.tag object.
launch_browser
A character string; "viewer" or "browser", which
calls `rstudioapi::viewer` and `utils::browseURL` respectively; use
NULL to suppress display.
if (FALSE) {
file <- system.file("test_files/test_source.js", package = "sketch")
# The next line launches the default HTML browsersource_js(file, debug = TRUE, launch_browser = "browser")
}