mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 12:44:58 -05:00
20 lines
472 B
R
20 lines
472 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/bookmark-state.R
|
|
\name{setBookmarkExclude}
|
|
\alias{setBookmarkExclude}
|
|
\title{Exclude inputs from bookmarking}
|
|
\usage{
|
|
setBookmarkExclude(names = character(0),
|
|
session = getDefaultReactiveDomain())
|
|
}
|
|
\arguments{
|
|
\item{names}{A character vector containing names of inputs to exclude from
|
|
bookmarking.}
|
|
|
|
\item{session}{A shiny session object.}
|
|
}
|
|
\description{
|
|
Exclude inputs from bookmarking
|
|
}
|
|
|