The goal of wireShiny is to run the Shiny app based on the
functionalities of wire
.
You can install the development version of wireShiny from GitHub with:
# install.packages("devtools")
devtools::install_github("YuhangTom/wireShiny")
Use the following code to run the Shiny app.
library(wireShiny)
run_wireShiny()
A Shiny app like the one below will open in your default browser.