.purrr_list_flatten | R Documentation |
Function operates similarly to purrr::list_flatten(x, name_spec = "{inner}")
.
.purrr_list_flatten(x)
x |
(named |
a named list
x <- list(a = 1, b = list(b1 = 2, b2 = 3), c = list(c1 = 4, c2 = list(c2a = 5)))
cards:::.purrr_list_flatten(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.