remove_query_string | R Documentation |
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"
)
session |
the Shiny |
mode |
the mode to pass to |
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.