mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
Prepare things for separate values
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
\alias{saveStateQueryString}
|
||||
\title{Save or encode state of Shiny session}
|
||||
\usage{
|
||||
saveStateQueryString(input, exclude = NULL)
|
||||
saveStateQueryString(input, exclude = NULL, values = NULL)
|
||||
|
||||
encodeStateQueryString(input, exclude = NULL)
|
||||
encodeStateQueryString(input, exclude = NULL, values = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{input}{The session's input object.}
|
||||
|
||||
Reference in New Issue
Block a user