powered by
Print Condition Messages Saved in an ARD
.cli_condition_messaging(x, msg_type, condition_type)
returns invisible if check is successful, throws warning/error messages if not.
(data.frame) an ARD data frame of class 'card'
data.frame
(string) message type. Options are "warning" and "error".
string
"warning"
"error"
ard <- ard_continuous( ADSL, by = ARM, variables = AGE ) cards:::.cli_condition_messaging(ard, msg_type = "error")
Run the code above in your browser using DataLab