Usage
testUnivariate(
object,
errormsg = paste(object$short_name, "is not univariate")
)checkUnivariate(
object,
errormsg = paste(object$short_name, "is not univariate")
)
assertUnivariate(
object,
errormsg = paste(object$short_name, "is not univariate")
)