IRR2FPR_internal {IRR2FPR} | R Documentation |
IRR2FPR
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 a user-facing help page, please edit the documentation above.
Note that even being internal, a curious user can still discover this
internal help page. To prevent that, include the @noRd
{roxygen2}
tag
below the line with @keywords
tag.
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.
You can preview your module using
SIAtools::preview_module("IRR2FPR")
.
See vignette("developing_modules", "SIAtools")
vignette for further details.
IRR2FPR_ui(id, imports = NULL, ...)
IRR2FPR_server(id, imports = NULL, ...)
id |
character, the ID assigned by ShinyItemAnalysis. Do not set any default value! |
imports |
list, reactive objects exported by ShinyItemAnalysis. See
|
... |
additional parameters (not used at the moment). |