'ShinyItemAnalysis' Modules Development Toolkit


[Up] [Top]

Documentation for package ‘SIAtools’ version 0.1.1

Help Pages

add_module Add a new SIA module to your package
create_module_project Create a new RStudio project prepared for SIA modules
curr_proj Get a current project path
default_shiny_io_functions Default '{shiny}' input/output UI functions consulted by 'module_namespace_linter()'
edit_rstudio_shortcuts Show RStudio Keyboard Shortcuts
get_modules Get the SIA Modules Manifest for the currently developed package
lint_ns Check the '{shiny}' module UI functions for 'ns()' omission
list_categories List the available SIA module categories
module_namespace_linter Require usage of 'ns()' in 'inputId' and 'outputId' arguments of UI functions in '{shiny}' modules
open_sm_manifest Open SIA Modules Manifest for Editing
preview_module Preview a module
print.sm_manifest Print a SIA Modules Manifest
remove_module Remove a module
sia_head_tag Core HTML head tag from ShinyItemAnalysis