powered by
Convert One Row to Nested List
.one_row_ard_to_nested_list(x)
an expression that represents an element of a nested list
(data.frame) an ARD data frame of class 'card' with one row
data.frame
ard_continuous(mtcars, variables = mpg) |> dplyr::filter(dplyr::row_number() %in% 1L) |> apply_fmt_fn() |> cards:::.one_row_ard_to_nested_list()
Run the code above in your browser using DataLab