8000 GitHub - catavallejos/shiny_demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

catavallejos/shiny_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

To follow along with the demo, you can clone this repository and open the project in RStudio (File -> Open Project in New Session... -> navigate to shiny_demo.Rproj)

Installing required packages into an renv environment

  • RStudio should automatically create an renv environment with renv version 0.14.0 upon loading the project. If not, you can install renv using install.packages("renv")
  • You can then install the required packages by calling renv::restore() in the RStudio console
  • Note for Windows users: you may need to install Rtools (build tools) for the package installations. You can find the corresponding download for your R version here: https://cran.r-project.org/bin/windows/Rtools/

Running an app

The demo apps are located in the subfolders of src. You can launch them by opening the app.R file in RStudio and clicking Run App, or by calling shiny::runApp("<path/to/app.R>") in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.6%
  • R 9.4%
0