
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Remove the entire query string from the URL. This function should only be called inside the server function of your Shiny app.
remove_query_string(
session = shiny::getDefaultReactiveDomain(),
mode = "replace"
)
the Shiny session
the mode to pass to shiny::updateQueryString()
. Valid values are
"replace"
or "push"
.