
Stop with a formatting error
stop_formatting_error.Rd
This function throws a formatting error with the provided message and data.
Usage
stop_formatting_error(message, data, call = rlang::caller_env())
Examples
if (FALSE) { # \dontrun{
stop_formatting_error("This is a formatting error!", data.frame(x = 1:5))
} # }