gargoyle

CoredormantCRAN …
gargoyle
{gargoyle} is an alternative way to manage reactivity in {shiny}.
{gargoyle} is a package that provides wrappers around {shiny} to turn your app into and event-based application instead of a full reactive app. The framework is centered around a listen & trigger mechanism. It works with classical UI, and just needs tweaking the server side of your app.
—downloads last month
—GitHub stars
—open issues
—last commit
Install
# From CRAN
install.packages("gargoyle")
# Development version
pak::pak("colinfay/gargoyle")