Learn R Programming

scoringutils (version 0.1.7.2)

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

list

the list of lists

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.