Files
shiny/man/createBookmark.Rd
2016-06-27 08:02:03 -07:00

19 lines
516 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/restore.R
\name{createBookmark}
\alias{createBookmark}
\usage{
createBookmark(input, exclude = NULL, persist = FALSE)
}
\arguments{
\item{input}{The session's input object.}
\item{exclude}{A character vector of input names that should not be
bookmarked.}
\item{persist}{If \code{FALSE} (the default), the URL will contain the
values. If \code{TRUE}, the URL will contain just a \code{_state_id} and
the state will be saved to disk.}
}