remove_query_string: Remove the URL query

View source: R/utils.R

remove_query_stringR 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 session

mode

the mode to pass to shiny::updateQueryString(). Valid values are "replace" or "push".

Value

invisible(NULL)


polished documentation built on Feb. 16, 2023, 8:02 p.m.