How it Works

Under the hood, shinyobjects parses your code and moves around the arguments of reactive and rendered objects so that you can interact with them from the global environment. While not required, this workflow works best with a static input list that shinyobjects can help create. You can read more about the benefits of creating a dummy input list here

So what happens?

The main function, load_reactive_objects() takes the following steps:

Also…