mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
19 lines
516 B
R
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.}
|
|
}
|
|
|