Create the template of a new shinyscholar module.
create_module(
id,
dir,
map = FALSE,
result = FALSE,
rmd = FALSE,
save = FALSE,
async = FALSE,
init = FALSE
)
character. The id of the module.
character. A directory where the new module should be created.
logical. Whether or not the module should support modifying the map.
logical. Whether or not the module should support showing information in the Result tab.
logical. Whether or not the module should add Rmd code to the Session Code download.
logical. Whether or not the module has some custom data to save when the user saves the current session.
logical. Whether or not the module will operate asynchronously.
logical. Whether or not the function is being used inside of the init function
No return value, called for side effects