Skip to content

Materials for CS Week 5 lecture on exploratory data analysis

License

Notifications You must be signed in to change notification settings

luka-j/csw5-eda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csw5-eda

Shiny app containing visualisations for upis data. (Also CSWeek materials.)

Live @ https://lukaj.shinyapps.io/csw5/

Upgraded version

I've upgraded this as a part of my homework for Statistics course in college: source available here. Unfortunately, it's harder to set up as it requires a PostgreSQL database and it's not live anywhere at the moment.

Installation

  1. Clone this repo (git clone https://github.com/luka-j/csw5-eda.git)
  2. Download latest data.zip from releases and put it in 'app' directory
  3. Install R (sudo apt install r-base or sudo zypper in R-base or equivalent)
  4. Run R (using IDE like RStudio, or just R)
  5. Install shiny and other packages used by the app (install.packages(c("shiny", "readr", "ggplot2", "dplyr", "magrittr", "modelr"))) (this might take a while)
  6. Load shiny (library(shiny))
  7. Check working directory is in the root of this repo (setwd("path-to-repo"))
  8. Run app (runApp("app"))
  9. After loading, the app should open in your default browser!

Screenshot

Screenshot

About

Materials for CS Week 5 lecture on exploratory data analysis

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages