check_ard_structure {cards} | R Documentation |
Function tests the structure and returns notes when object does not conform to expected structure.
check_ard_structure(x, column_order = TRUE, method = TRUE)
x |
( |
column_order |
(scalar |
method |
(scalar |
an ARD data frame of class 'card' (invisible)
ard_continuous(ADSL, variables = "AGE") |>
dplyr::select(-warning, -error) |>
check_ard_structure()