updateQueryString
updateQueryString(queryString, session = getDefaultReactiveDomain())
Arguments
queryString | The new query string to show in the location bar. |
---|---|
session | A Shiny session object. |
Description
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.
See also
enableBookmarking
for examples.