Learn R Programming

cards (version 0.3.0)

as_nested_list: ARD as Nested List

Description

[Experimental]
Convert ARDs to nested lists.

Usage

as_nested_list(x)

Value

a nested list

Arguments

x

(data.frame)
an ARD data frame of class 'card'

Examples

Run this code
ard_continuous(mtcars, by = "cyl", variables = c("mpg", "hp")) |>
  as_nested_list()

Run the code above in your browser using DataLab