extract_from_list: Extract Elements From a List of Lists
Description
Extract corresponding elements from a list of lists.
Usage
extract_from_list(list, what)
Arguments
what
character with the name of the element to extract from every
individual list element of `list`
Value
A list with the extracted element from every sublist
missing.