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