Nothing
# compatibility function for units
.setUnitsMode <- function() {
if (requireNamespace("units", quietly = TRUE)) {
return(units::units_options("set_units_mode"))
} else {
return(NULL)
}
}
.unitless <- function() {
if (requireNamespace("units", quietly = TRUE)) {
return(units::unitless)
} else {
return(NULL)
}
}
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.