.one_row_ard_to_nested_list {cards} | R Documentation |
Convert One Row to Nested List
Description
Convert One Row to Nested List
Usage
.one_row_ard_to_nested_list(x)
Arguments
x |
( |
Value
an expression that represents an element of a nested list
Examples
ard_continuous(mtcars, variables = mpg) |>
dplyr::filter(dplyr::row_number() %in% 1L) |>
apply_fmt_fun() |>
cards:::.one_row_ard_to_nested_list()
[Package cards version 0.6.1 Index]