Refinements

This commit is contained in:
Winston Chang
2016-06-10 10:11:55 -05:00
committed by Joe Cheng
parent e47bf922b1
commit bd39c40fd8
7 changed files with 105 additions and 11 deletions

17
man/updateQueryString.Rd Normal file
View 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
}