TuomoNieminen / shiny-showcase

Custom implementation of R shiny showcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a demostration of a customization to a R shiny application, which allows the user to toggle the code and a readme file from within the application.

Use

You need the latest version of the R program and the following packages.

install.packages("shiny", "shinyjs")

To run the application, call

shiny::runGitHub("shiny-showcase", user = "TuomoNieminen")

Details

The implementation is heavily inspired by shiny showcase and uses parts of it's code.

About

Custom implementation of R shiny showcase


Languages

Language:R 90.0%Language:Shell 10.0%