create_module.Rd
Create the template of a new disagapp module.
create_module(id, dir, map = FALSE, result = FALSE, rmd = FALSE, save = FALSE)
The id of the module.
A directory where the new module should be created.
Whether or not the module should support modifying the map.
Whether or not the module should support showing information in the Result tab.
Whether or not the module should add Rmd code to the Session Code download.
Whether or not the module has some custom data to save when the user saves the current session.