.process_nested_list_as_df | R Documentation |
Some arguments, such as stat_label
, are passed as nested lists. This
function properly unnests these lists and adds them to the results data frame.
.process_nested_list_as_df(x, arg, new_column, unlist = FALSE)
x |
( |
arg |
( |
new_column |
( |
unlist |
( |
a data frame
ard <- ard_categorical(cards::ADSL, by = "ARM", variables = "AGEGR1")
cardx:::.process_nested_list_as_df(ard, NULL, "new_col")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.