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)