Nothing
#' @keywords internal
.error_message <- function(x, fun = "report()") {
paste0(
"Oops, objects of class [",
toString(class(x)),
"] are not supported (yet) by ",
fun,
" :(\n\nWant to help? Check out https://easystats.github.io/report/articles/new_models.html"
)
}
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.