Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 737 Bytes

Shiny JavaScript examples

This repository contains examples of simple but nontrivial Shiny applications that demonstrate integration with custom JavaScript code.

Output example

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")

Input example

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")