R Shiny Using NS Modules With shinymanager and rhino
I’ve created an rhino R Shiny app and would like to add shinymanager auth. Adding shinymanager means I cannot use modules because I cannot use ns <- NS(id)
as id is not defined.
I’ve created an rhino R Shiny app and would like to add shinymanager auth. Adding shinymanager means I cannot use modules because I cannot use ns <- NS(id)
as id is not defined.