prop_qt <- function(prop) {
prop <- 1 - (1 - prop) / 2
stats::qt(prop, Inf)
}
dot <- function(x) paste0(".", x)
set_na <- function(x) {
is.na(x) <- TRUE
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.