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