create_module: Create a Wallace module

View source: R/custom_modules.R

create_moduleR 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

register_module


wallace documentation built on Sept. 26, 2023, 1:06 a.m.