list_bind               Bind list elements together.
list_bind_all           Bind all elements together and extract them.
list_extract            Extract an element from a list using tidy
                        selection.
list_filter             Filter a list.
list_flatten            Flatten nested lists.
list_insert             Insert an element into a list.
list_is_same_class      Check whether all elements of a list have the
                        same class.
list_join_df            Join a list of data frames on a common index.
list_name_to_df         Add the names of list items to data frames.
list_remove             Remove elements from a list.
list_rename             Rename elements of a named list.
list_select             Select parts of a list.
list_sort               Sort a list.
