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.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 2 months agofrom:4ad3b189ab. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
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 |