Skip to content

oxana-li/20-21CenturyEarthquakes

Repository files navigation

20-21 century earthquakes

Earthquake data web app dashboard with interactive map and charts using Shiny and other R packages.

Notes

  • The code and comments are written in English.
  • The dashboard is designed in Estonian.
  • The earthquake data used in this analysis is sourced from the Significant Earthquake Database.

Required packages:

install.packages(c("shiny", "knitr", "shinyWidgets", "shinythemes", "ggplot2", "plotly", "dplyr", "leaflet", "RColorBrewer", "htmltools", "kableExtra", "png", "rsconnect"))