Prepare things for separate values

This commit is contained in:
Winston Chang
2016-06-09 11:57:45 -05:00
committed by Joe Cheng
parent 23451b7c0f
commit f38fe7d488
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.}