Description Public fields Active bindings Methods
Definition for 'RAVE' module class
Definition for 'RAVE' module class
debug
whether module is in debug mode
package
'RAVE' module's package name
package_env
package name space
package_config
package configuration list
module_id
module ID string
module_label
friendly display name
module_group
module category
package_data
list storing package key-values pairs
containers
stores run-time instances
package_root
package root directory, when running in debug context, returns module debug path, otherwise returns system package path
new()
constructor
RAVEModule$new(package, module_id, force = FALSE, debug = FALSE)
package
character package name
module_id
'RAVE' module ID
force
whether to force reload the source script
debug
whether to set in debug mode
add_container()
Add run-time container instance
RAVEModule$add_container(session = shiny::getDefaultReactiveDomain())
session
shiny session
get_path()
get script paths
RAVEModule$get_path(path)
path
relative or absolute, behaves slightly different when debugging modules, internally used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.