Nothing
# tibble::tibble(status = c("dead", "live"), kids = c(15, 137), adolescents = c(12, 203))
odds_ratio_map <- function(data, x1, x2, or = or) {
data %>%
dplyr::summarize(
{{ x1 }} := sum({{ x1 }}),
{{ x2 }} := sum({{ x2 }})
) %>%
dplyr::mutate()
}
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.