Skip to contents

List predicates

Inspect and characterise list structure.

is_fully_named_list()
Is this a fully named list?
is_all_list_elements_null_or_df()
Are all elements in a list null or data.frames?
is_all_list_elements_null_or_fully_named_list()
Are all elements in a list null or fully named lists?
is_all_list_elements_null_or_list()
Are all elements in a list null or lists?

List manipulation

Split, unnest, and transform lists.

easy_split()
Split a vector into a list of vectors
unnest_dfs_within_list_of_fully_named_lists()
Unnest data.frames within fully named list
apply_fn_via_hash_table()
Apply a function via hash table