create_module {wallace} | R Documentation |
Create a Wallace module
Description
Create the template of a new Wallace module.
Usage
create_module(id, dir, map = FALSE, result = FALSE, rmd = FALSE, save = FALSE)
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. |
See Also
[Package wallace version 2.1.3 Index]