mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
Refinements
This commit is contained in:
17
man/updateQueryString.Rd
Normal file
17
man/updateQueryString.Rd
Normal file
@@ -0,0 +1,17 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/save-state.R
|
||||
\name{updateQueryString}
|
||||
\alias{updateQueryString}
|
||||
\title{Update URL query string in browser's location bar}
|
||||
\usage{
|
||||
updateQueryString(queryString, session = getDefaultReactiveDomain())
|
||||
}
|
||||
\arguments{
|
||||
\item{queryString}{The new query string to show in the location bar.}
|
||||
|
||||
\item{session}{A Shiny session object.}
|
||||
}
|
||||
\description{
|
||||
Update URL query string in browser's location bar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user