setBookmarkExclude: Exclude inputs from bookmarking

Description Usage Arguments Details See Also

View source: R/bookmark-state.R

Description

This function tells Shiny which inputs should be excluded from bookmarking. It should be called from inside the application's server function.

Usage

1

Arguments

names

A character vector containing names of inputs to exclude from bookmarking.

session

A shiny session object.

Details

This function can also be called from a module's server function, in which case it will exclude inputs with the specified names, from that module. It will not affect inputs from other modules or from the top level of the Shiny application.

See Also

enableBookmarking() for examples.


tomkuipers1402/shiny documentation built on Feb. 13, 2020, 7:22 p.m.