Description Usage Arguments Details
Load scripts such as output render functions or shiny observers
in 'comp.R'
1 | load_scripts(..., asis = TRUE)
|
... |
file path or |
asis |
for backward compatibility, ignored in current version. |
'comp.R'
defines inputs and outputs, 'main.R'
defines
main function. For output render functions and customized reactive events,
store them in another file and load them via load_scripts
. For
convenient purpose, short debug code don't have to sit in files: wrap
them in a quosure
, and the expressions will be loaded during
compiling time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.