load_dirapp: Load an app in a directory

Description Usage Arguments Value

View source: R/load.R

Description

Load an app in a directory

Usage

1
load_dirapp(dir_name, ...)

Arguments

dir_name

The directory name (with full path). We make several assuptions: 1) dir/*.R has one answer, or we take index.R, or we take first alphabetically; 2) app_name is basename(dir_name); 3) brew/*rhtml is empty (fullscreen), has one value, or has index.rhtml or we take first alphabetically; 4) authenticator (XXX to be determined, for now calls make_session_manager)

...

passed to load_dir reference class method of R_http instance.

Value

creates the app


jverzani/gWidgetsWWW2 documentation built on Feb. 9, 2020, 5:18 p.m.