IRR2FPR_internal {IRR2FPR}R Documentation

IRR2FPR module (internal documentation)

Description

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.

Usage

IRR2FPR_ui(id, imports = NULL, ...)

IRR2FPR_server(id, imports = NULL, ...)

Arguments

id

character, the ID assigned by ShinyItemAnalysis. Do not set any default value!

imports

list, reactive objects exported by ShinyItemAnalysis. See vignette("imports", "SIAtools") for more details on how to use objects from the ShinyItemAnalysis app.

...

additional parameters (not used at the moment).


[Package IRR2FPR version 0.1.1 Index]