I only just discovered the `lst()` function from the {tibble} package, but it is so wonderfully convenient if you work with lists!

Normally, naming & renaming list elements is a pain 😑, but `tibble::lst()` retains the names of the elements used to make the list 😎

#rstats