View source: R/check_ard_structure.R
| check_ard_structure | 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,
error_on_fail = FALSE
)
x |
( |
column_order |
(scalar |
method |
(scalar |
error_on_fail |
(scalar |
an ARD data frame of class 'card' (invisible)
ard_summary(ADSL, variables = "AGE") |>
dplyr::select(-warning, -error) |>
check_ard_structure()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.