search for: urlsearch

Displaying 1 result from an estimated 1 matches for "urlsearch".

Did you mean: url_search
2018 Jan 10
0
[shiny] How to read current URL address
...my own code. What I already found that could help: session$clientData$url_protocol session$clientData$url_hostname session$clientData$url_pathname session$clientData$url_port session$clientData$url_search But then when I try to use this code in my server function the bellow Error appears: > urlSearch <- session$clientData$url_search Error in .getReactiveEnvironment()$currentContext() : Operation not allowed without an active reactive context. (You tried to do something that can only be done from inside a reactive expression or observer.) Could anyone help with this? Considering that the r...