louisza / shiny-js-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 97.4%Language:CSS 2.1%Language:R 0.4%Language:Makefile 0.1%Language:Shell 0.0%