Function tests the structure and returns notes when object does not conform to expected structure.
Examples
ard_continuous(ADSL, variables = "AGE") |>
dplyr::select(-warning, -error) |>
check_ard_structure()
#> The following columns are not present: "warning" and "error".