Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

apps

These R codes are needed to run the tables on your local computer (no external server access is needed).

Prior to running these codes, download and install RStudio. Then, install and load the Shiny package using the following code:

install.packages("shiny")
library(shiny)

Open the R programs in RStudio, highlight the code and click Run or Run App (if available). Only one Shiny program can be run at a time in RStudio. Note that local links in the navigation bar will not work as expected when using Shiny to run the tables (an external server is needed).