A large portion of the ecopart_obj framework has lists. When there are several, similar lists it can at times be useful to mash them into a single df. This can be done with list_to_tib(). This function takes a list (which must have all elements of it as dataframes/tibbles) and mushes them into a tibble. This is similar to using do.call(rbind, list). However, list_to_tib() creates a column in the tibble for the name of the list it came from. This is extremely useful for lists which have the cast name as the items. For example: