View source: R/bookmark-state.R
restoreInput | R Documentation |
This restores an input value from the current restore context. It should be
called early on inside of input functions (like textInput()
).
restoreInput(id, default)
id |
Name of the input value to restore. |
default |
A default value to use, if there's no value to restore. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.