addKeys {keys} | R Documentation |
Add a key binding from the server side
Description
Add a key binding from the server side
Usage
addKeys(inputId, keys, session = shiny::getDefaultReactiveDomain())
removeKeys(keys, session = shiny::getDefaultReactiveDomain())
Arguments
inputId |
The input slot that will be used to access the value. |
keys |
A character vector of keys to bind. Examples include, |
session |
The |
[Package keys version 0.1.1 Index]