# Internal package utilities
#' @keywords internal
log_quietly <- purrr::compose(
function(x) purrr::pluck(x, "result"),
purrr::quietly(log)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.