R/check_variable.R

Defines functions check_variable

check_variable <- function(variable) {
  if (is.null(variable)) {
    stop("variable must not be NULL")
  }
}

Try the cmsafops package in your browser

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

cmsafops documentation built on April 11, 2025, 6:13 p.m.