sm_irr_server | R Documentation |
sm_irr
module (internal documentation)This is the internal documentation of your module that is not included in the help index of the package. You may include your notes here. For user-facing help page, please edit the entry in the YAML.
sm_irr_server(id, imports = NULL, ...)
sm_irr_ui(id, imports = NULL, ...)
id |
character, the ID assigned by ShinyItemAnalysis. |
imports |
list, objects exported for the module by ShinyItemAnalysis. |
... |
Additional parameters (not used at the moment). |
Even being internal, a user can still discover this help page. To prevent
that, include the @noRd
roxygen2 tag below (in the source .R
file).
If your module uses any external packages, such as ggplot2,
you have to declare the imports with the @importFrom
tag and include
the package in the DESCRIPTION.
See https://r-pkgs.org/dependencies-in-practice.html for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.