powered by
These functions create subsets of lists based on their names
named(l)unnamed(l)named_among(l, n)
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)