sm_dif_c 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_dif_c_server(id, imports = NULL, ...)sm_dif_c_ui(id, imports = NULL, ...)
character, the ID assigned by ShinyItemAnalysis.
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.