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 sublist of l determined by names(l).
l
names(l)
A list.
A vector of character strings (potential names).