You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to log variables that aren't inputs or outputs or session information (e.g. url variable fetched with session$clientData$url_search or reactive values completed as auxiliary variables in the server). Is there a workaround for this need?
The text was updated successfully, but these errors were encountered:
Hello,
Currently no, that's not implemented. I have to see how it can be integrated with the rest.
Meantime, maybe you can use a R logging package such as https://github.com/daroczig/logger ?
I want to log variables that aren't inputs or outputs or session information (e.g. url variable fetched with
session$clientData$url_search
or reactive values completed as auxiliary variables in the server). Is there a workaround for this need?The text was updated successfully, but these errors were encountered: