Session Object (REMANDER)
session is an instance of the ShinySession R6 class:
- It’s unique to a given user
- It contains all information about input, output and client data
Exposes methods:
- sendInputMessage is used to update inputs from the server.
- sendCustomMessage sends messages from R to JS. If
shiny.trace = TRUE
the sent JSON is displayed.