Nothing
knitr::opts_chunk$set(echo = TRUE, Warning = FALSE, message = FALSE)
This vignette covers the traditionally collected case data for the Madison interceptors. This case data has three different metrics of cases over a period of 55 weeks. This dataframe is sufficiently out of date it is recommended it is not used.
library(Covid19Wastewater) library(dplyr) library(ggplot2) data(InterceptorCase_data, package = "Covid19Wastewater") head(InterceptorCase_data)%>% head()%>% knitr::kable()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.