restoreInput: Restore an input value

View source: R/bookmark-state.R

restoreInputR Documentation

Restore an input value

Description

This restores an input value from the current restore context. It should be called early on inside of input functions (like textInput()).

Usage

restoreInput(id, default)

Arguments

id

Name of the input value to restore.

default

A default value to use, if there's no value to restore.


shiny documentation built on Nov. 18, 2023, 1:08 a.m.