mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
Add argument to exclude values from bookmarking
This commit is contained in:
14
man/encodeBookmarkDataURL.Rd
Normal file
14
man/encodeBookmarkDataURL.Rd
Normal file
@@ -0,0 +1,14 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/restore.R
|
||||
\name{encodeBookmarkDataURL}
|
||||
\alias{encodeBookmarkDataURL}
|
||||
\usage{
|
||||
encodeBookmarkDataURL(input, exclude = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{input}{The session's input object.}
|
||||
|
||||
\item{exclude}{A character vector of input names that should not be
|
||||
bookmarked.}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user