Skip to contents

Unlike `purrr::list_flatten` this is recursive for one reason which is that a `struct_list` must only contain `structs`.

Usage

struct_flatten(x)

Arguments

x

a potentially nested list of `struct_lists`.

Value

a flat `struct_list` of `structs`