mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
18 lines
548 B
R
18 lines
548 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/bookmark-state.R
|
|
\name{enableBookmarking}
|
|
\alias{enableBookmarking}
|
|
\title{Enable bookmarking for a Shiny application}
|
|
\usage{
|
|
enableBookmarking(store = c("url", "server", "disable"))
|
|
}
|
|
\arguments{
|
|
\item{store}{Either \code{"url"}, which encodes all of the relevant values in
|
|
a URL, \code{"server"}, which saves to disk on the server, or
|
|
\code{"disable"}, which disables any previously-enabled bookmarking.}
|
|
}
|
|
\description{
|
|
Enable bookmarking for a Shiny application
|
|
}
|
|
|