#' @export
viral_update <- function(dat, at){
dat <- viral_update_gamma(dat,at)
dat <- viral_update_cd4_daily(dat,at)
return(dat)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.