An example shinydashboard which displays streaming data from the RStudio CRAN mirror logs. Explore the dashboard and source code.
Required Packages
We’ll be using the following R packages:
library(shiny)
library(shinydashboard)
library(tidyverse)
library(shinycssloaders)
library(leaflet)
library(markdown)
Required Data
We’ll be using publicly-available data via the Arctic Data Center for our shiny dashboard.
Take a few moments to review the metadata record and download FCWO_lakemonitoringdata_2011_2022_daily.csv.
Lecture Materials
Part 3 is contained in one lesson:
Shiny dashboard