#' @export
extras::fill_na
#' @inherit extras::fill_na
#' @export
fill_na.mcmc_data <- function(x, value = 0, ...) {
chk_unused(...)
x$mcmc <- fill_na(x$mcmc, value = value)
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.