load_scripts: Load external script in 'RAVE' modules

Description Usage Arguments Details

Description

Load scripts such as output render functions or shiny observers in 'comp.R'

Usage

1

Arguments

...

file path or rlang::quo; see details.

asis

for backward compatibility, ignored in current version.

Details

'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.


dipterix/rave2 documentation built on Sept. 1, 2020, 12:07 a.m.