Displaying 1 result from an estimated 1 matches for "url_hostnam".
Did you mean:
url_hostname
2018 Jan 10
0
[shiny] How to read current URL address
Dears,
I am trying to read the URL name (i.e "www.google.com") that I was redirected by 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...