Skip to content

Adam262/shiny-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This is a demo of the Shiny web developmemt framework. In particular, I wanted to learn how to make a robust bookmarkable page using query params

Local Development

  • git clone repo
  • Open an R terminal in the app directory

In the R terminal

install.packages("shiny")
# You may also need to run library(shiny)
runApp()
  • The last step will run the project in a browse. The app has hot loading, so any development changes will cause a browser refresh

Local View-only

If you just want to run the project locally without cloning, do the following in an R terminal

install.packages("shiny")
library(shiny)
runGitHub("shiny-poc", "Adam262")

Deployment

I deployed this app via shinyapps.io. See https://adambarcan.shinyapps.io/shiny-poc

About

A proof of concept for building Shiny apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages