Prepare things for separate values

This commit is contained in:
Winston Chang
2016-06-09 11:57:45 -05:00
parent 08400d3f18
commit 135c3709b4
6 changed files with 92 additions and 61 deletions

View File

@@ -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.}