#' @export HRUF_Summary
HRUF_Summary <- setClass(
Class = "HRUF_Summary" ,
slots = c(
staff_obs = "Staff_Obs" ,
bed_obs = "Bed_Obs" ,
covid_estimate = "Interval" ,
growth_estimate = "Interval"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.