updateQueryString {shiny} | R Documentation |
This function updates the client browser's query string in the location bar. It typically is called from an observer. Note that this will not work in Internet Explorer 9 and below.
updateQueryString(queryString, session = getDefaultReactiveDomain())
queryString |
The new query string to show in the location bar. |
session |
A Shiny session object. |
enableBookmarking
for examples.