Learn R Programming

⚠️There's a newer version (2.1.0) of this package.Take me there.

shinyjs (version 0.0.3.3)

Perform Common JavaScript Operations in Shiny Apps using Plain R Code

Description

Perform common JavaScript operations in Shiny applications without having to know any JavaScript. Many useful JavaScript functions are made available by shinyjs with a simple R interface so that you don't have to write any JavaScript code. Even if you do know JavaScript, shinyjs can be used as convenience functions to avoid dealing with message passing and writing JavaScript code.

Copy Link

Version

Install

install.packages('shinyjs')

Monthly Downloads

268,609

Version

0.0.3.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Dean Attali

Last Published

April 22nd, 2015

Functions in shinyjs (0.0.3.3)

classFuncs

Add/remove CSS class
runExample

Run shinyjs examples
text

Change the text inside an element
useShinyjs

Set up a Shiny app to use shinyjs
messageFuncs

Show a message
onclick

Run R code when an element is clicked
hidden

Initialize a Shiny tag as hidden
inlineCSS

Add inline CSS
stateFuncs

Enable/disable an input element
shinyjs

shinyjs
visibilityFuncs

Display/hide an element