I recognize, and fully understand, that this data maybe emotionally difficult to work. My intention is to make these lab relevant, allowing you to gather your own insights directly from new visualizations of the data. Please let me know if you would rather not work with the data.
For this lab session we will use an Introduction to Shiny developed by staff at the National Center for Ecological Analysis and Synthesis (NCEAS) for a workshop on Reproducible Research
replace
bg_chem <- read.csv(data_url, stringsAsFactors = FALSE)
with
bg_chem <- read.csv(url(data_url, method=“libcurl”), stringsAsFactors = FALSE)
After replacing server code block to graph the bgchem data
Make a Shiny App with a graph of the time series data of confirmed cases for with the US and four other countries. Add a slide bar that allows the user to adjust the date.
Make a Shiny App with a graph of the time series data with the US and four other countries. Allow the user to select with type of reporting data (Confirmed, Deaths, Recovered) to be shown in the graph.
Now add to #2 by allowing the user to select which Country_Region
Create a Shiny app using a geographical map.
Create a single Shiny app with the above 4 graphs (and any others you will to add) and publish it on shinyapps.io
On your Github web page add a link to your Shiny apps on shinyapps.io
On Moodle turn in the link to your Github web page