source_js
| source_js | R Documentation | 
Serve a compiled 'sketch' JavaScript file#
Description#
Serve a compiled 'sketch' JavaScript file
Usage#
Arguments#
| file | A character string; path to the compiled JS file. | 
| debug | 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 theheadandbodyelements, each of which is a list ofshiny.tagobject. | 
| launch_browser | A character string; "viewer" or "browser", which calls 'rstudioapi::viewer' and 'utils::browseURL' respectively; use NULL to suppress display. |