Nothing
#---- stats ----
#' @title Stats for Q02
#' @noRd
#' @param stats Training data statistics
#' @return statistics for Q02
.stats_q02 <- function(stats) {
stats[["q02"]]
}
#' @title Stats for Q98
#' @noRd
#' @param stats Training data statistics
#' @return statistics for Q98
.stats_q98 <- function(stats) {
stats[["q98"]]
}
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.