R/stop_text.R

Defines functions stop_text

Documented in stop_text

#' Stop with Error Message Looked Up by Keyword
#' 
#' @param \dots arguments passed to \code{\link{get_text}}
#' @export
stop_text <- function(...)
{
  clean_stop(get_text(...))
}
KWB-R/kwb.prep documentation built on June 11, 2022, 1:29 p.m.