R/utils.R
extractList.Rd
Extract sublist which matches input
extractList(l, name = NULL, value = NULL, onlyIndex = FALSE)
Input list.
Name to look for.
Value to look for.
If TRUE, only return numeric index of matches.