Nothing
get_curve_params_one_antigen <- function(params, antigen) {
params %>%
dplyr::filter(.data[["antigen_iso"]] == .env[["antigen"]]) %>%
mutate(
alpha = .data[["alpha"]] * 365.25,
d = .data[["r"]] - 1
) %>%
select("y1", "alpha", "d")
}
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.