#' @noRd
eval_range_from_network <- function(distribution) {
checkmate::assert_class(distribution, "dst")
eval_quantile(distribution, at = 0:1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.