Skip to contents

Function parses the errors and warnings observed while calculating the statistics requested in the ARD and prints them to the console as messages.

Usage

print_ard_conditions(x, call = NULL)

Arguments

x

(data.frame)
an ARD data frame of class 'card'

call

(environment)
frame for error messaging. Default is NULL.

Value

returns invisible if check is successful, throws all condition messages if not.

Examples

ard_continuous(
  ADSL,
  by = ARM,
  variables = AGE
) |>
  print_ard_conditions()