.trim_ard | R Documentation |
This function ingests an ARD object and trims columns and rows for downstream use in displays. The resulting data frame contains only numeric results, no supplemental information about errors/warnings, and unnested list columns.
.trim_ard(x)
x |
( |
a tibble
ard <- bind_ard(
ard_categorical(ADSL, by = "ARM", variables = "AGEGR1"),
ard_categorical(ADSL, variables = "ARM")
) |>
shuffle_ard(trim = FALSE)
ard |> cards:::.trim_ard()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.