as_nested_list {cards} | R Documentation |
ARD as Nested List
Description
Usage
as_nested_list(x)
Arguments
x |
( |
Value
a nested list
Examples
ard_continuous(mtcars, by = "cyl", variables = c("mpg", "hp")) |>
as_nested_list()
[Package cards version 0.2.0 Index]