An interactive dashboard built with shiny
, leaflet
and dygraphs
for viewing both historic and modelled tide data in Ireland. Data can be manually subsetted via station and date, using both reactive inputs and a leaflet map. Selected data is then visualised in an interactive dygraphs plot. All data for the published dashboards was sourced from the Marine Institute in Ireland.
If you would like to use this dashboard locally, you will need both R and RStudio, and all the packages listed below:
shiny
leaflet
dygraphs
dplyr
lubridate
readr
xts
htmltools
plyr
You can install these packages using the following command:
install.packages(c("shiny","leaflet","dygraphs","dplyr","lubridate","readr","xts","htmltools","plyr"))
After cloning/downloading this repo, you can view this app in a local R session using the following:
shiny::runApp("path/to/tidedashboard/modelled/")
for modelled data, and
shiny::runApp("path/to/tidedashboard/non-modelled/")
for non-modelled data.
Dashboards containing both modelled and non-modelled data have been published at shinyapps.io.