Learn R Programming

shinyscholar (version 0.2.5)

register_module: Register a shinyscholar module

Description

Before running the shinyscholar application with run_shinyscholar(), you can register your own modules to be used in shinyscholar.

Usage

register_module(config_file)

Value

No return value, called for side effects

Arguments

config_file

The path to a YAML file that contains the information about one or more modules.

See Also

create_module