Learn R Programming

shinyjs (version 0.0.6.2)

shinyjs: shinyjs

Description

Perform common JavaScript operations in Shiny apps using plain R code.

Arguments

Details

shinyjs lets you perform common JavaScript operations in Shiny applications without having to know any JavaScript. Examples include hiding an element, disabling an input, resetting an input back to its original value, and many more useful functions. Even if you do know JavaScript, shinyjs can be used as convenience functions to avoid dealing with message passing and writing JavaScript code. shinyjs can also be used to easily run your own custom JavaScript functions from R. View a http://daattali.com/shiny/shinyjs-demo/{demo Shiny app} or see the full https://github.com/daattali/shinyjs{README} on GitHub.