powered by
Function parses the errors and warnings observed while calculating the statistics requested in the ARD and prints them to the console as messages.
print_ard_conditions(x)
returns invisible if check is successful, throws all condition messages if not.
(data.frame) an ARD data frame of class 'card'
data.frame
# passing a character variable for numeric summary ard_continuous(ADSL, variables = AGEGR1) |> print_ard_conditions()
Run the code above in your browser using DataLab