Nothing
globalVariables(c(
"variable",
"weights",
"smd",
"estimate",
"smd_results",
"term",
"method",
"(Intercept)"
))
warn <- function(...) {
rlang::warn(..., use_cli_format = TRUE, class = "tidysmd_warning")
}
abort <- function(...) {
rlang::abort(..., use_cli_format = TRUE, class = "tidysmd_error")
}
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.