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