The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

shiny.destroy

R-CMD-check

The aim of {shiny.destroy} is to allow inputs and modules created in a shiny application to be removed without keeping any trace of them within the realm of the shiny application.

Installation

Install the latest version of {shiny.destroy} on GitHub

require("remotes")
remotes::install_github("ashbaldry/shiny.destroy")

Usage

There are two types of objects that {shiny.destroy} handles: inputs and modules.

Input

Use the function removeInput to remove the desired input. This is a wrapper around shiny::removeUI, but includes ways to reference the input server-side, and updates any reactives and/or outputs that depend on that input instantly.

Module

Prior to the application loading.

Example

Example shiny.destroy application

The code for this example is available in the examples directory

Limitations

To include sub-modules within the destroyable module, the server-side module will need to be passed through makeModuleServerDestroyable and included as an argument to the parent module to ensure those observers are safely removed.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.