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


gWidgetsWWW2 documentation built on May 2, 2019, 6:10 p.m.