R/list-utils.R
list-utils.Rd
These functions create subsets of lists based on their names
named(l) unnamed(l) named_among(l, n)
A list.
A vector of character strings (potential names).
A sublist of l determined by names(l).
l
names(l)