Add search arguments to seession$reload

Hi all. From within an app, can you call session$reload() and add search arguments, so the url called instead of being https://me.shinyapps.io/MyApp/ , it would reload with search arguments https://me.shinyapps.io/MyApp/?text=sample%20text? In that way the app could then utilise the new search arguments in the url with something like query <- parseQueryString(session$clientData$url_search).

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.