R/utils_error_message.R

Defines functions .error_message

#' @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"
  )
}

Try the report package in your browser

Any scripts or data that you put into this service are public.

report documentation built on Sept. 11, 2024, 8:47 p.m.