% Generated by roxygen2: do not edit by hand % Please edit documentation in R/save-state.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.} }