View source: R/standalone-struct-list.R
struct_flatten | R Documentation |
Unlike 'purrr::list_flatten' this is recursive for one reason which is that a 'struct_list' must only contain 'structs'.
struct_flatten(x)
x |
a potentially nested list of 'struct_lists'. |
a flat 'struct_list' of 'structs'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.