remove_query_string {polished} | R Documentation |
Remove the URL query
Description
Remove the entire query string from the URL. This function should only be called inside the server function of your Shiny app.
Usage
remove_query_string(
session = shiny::getDefaultReactiveDomain(),
mode = "replace"
)
Arguments
session |
the Shiny |
mode |
the mode to pass to |
Value
invisible(NULL)
[Package polished version 0.8.1 Index]