Package: shiny.destroy 0.1.0
shiny.destroy: Create Destroyable Modules in 'Shiny'
Enables the complete removal of various 'Shiny' components, such as inputs, outputs and modules. It also aids in the removal of observers that have been created in dynamically created modules.
Authors:
shiny.destroy_0.1.0.tar.gz
shiny.destroy_0.1.0.zip(r-4.5)shiny.destroy_0.1.0.zip(r-4.4)shiny.destroy_0.1.0.zip(r-4.3)
shiny.destroy_0.1.0.tgz(r-4.5-any)shiny.destroy_0.1.0.tgz(r-4.4-any)shiny.destroy_0.1.0.tgz(r-4.3-any)
shiny.destroy_0.1.0.tar.gz(r-4.5-noble)shiny.destroy_0.1.0.tar.gz(r-4.4-noble)
shiny.destroy_0.1.0.tgz(r-4.4-emscripten)shiny.destroy_0.1.0.tgz(r-4.3-emscripten)
shiny.destroy.pdf |shiny.destroy.html✨
shiny.destroy/json (API)
NEWS
# Install 'shiny.destroy' in R: |
install.packages('shiny.destroy', repos = c('https://ashbaldry.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ashbaldry/shiny.destroy/issues
Last updated 6 months agofrom:4ad3b189ab. Checks:4 OK, 2 NOTE, 3 ERROR. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 15 2025 |
R-4.5-win | ERROR | Mar 15 2025 |
R-4.5-mac | NOTE | Mar 15 2025 |
R-4.5-linux | NOTE | Mar 15 2025 |
R-4.4-win | ERROR | Mar 15 2025 |
R-4.4-mac | OK | Mar 15 2025 |
R-4.4-linux | OK | Mar 15 2025 |
R-4.3-win | ERROR | Mar 15 2025 |
R-4.3-mac | OK | Mar 15 2025 |
Exports:destroyModulemakeModuleServerDestroyablemakeModuleUIDestroyableremoveInputremoveOutputrunDestroyExample
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisespurrrR6rappdirsRcpprlangsassshinysourcetoolsvctrswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
shiny.destroy: Create Destroyable Modules in 'Shiny' | shiny.destroy-package shiny.destroy |
Add shiny.destroy Code to Module | addDestroyers |
Destroy Shiny Module | destroyModule |
Check if Function Call is relevant function | isSpecifiedFunction |
Create Destroyable Module | makeModuleServerDestroyable makeModuleUIDestroyable |
Remove Input from Shiny Session | removeInput |
Remove Output from Shiny Session | removeOutput |
Run `shiny.destroy` example | runDestroyExample |