.one_row_ard_to_nested_list | R Documentation |
Convert One Row to Nested List
.one_row_ard_to_nested_list(x)
x |
( |
an expression that represents an element of a nested list
ard_continuous(mtcars, variables = mpg) |>
dplyr::filter(dplyr::row_number() %in% 1L) |>
apply_fmt_fn() |>
cards:::.one_row_ard_to_nested_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.