This repository contains examples of simple but nontrivial Shiny applications that demonstrate integration with custom JavaScript code.
An adaptation of the NVD3.js charting library's Simple Line Chart example. Demonstrates creating a custom Shiny output binding that uses a JavaScript component.
Run this example by calling:
shiny::runGitHub("shiny-js-examples", "jcheng5", subdir="output")
Demonstrates creating a custom Shiny input binding for a simple JavaScript-enabled "dueling select box" input widget.
Run this example by calling:
shiny::runGitHub("shiny-js-examples", "jcheng5", subdir="input")