Skip to contents

Extract sublist which matches input

Usage

extractList(l, name = NULL, value = NULL, onlyIndex = FALSE)

Arguments

l

Input list.

name

Name to look for.

value

Value to look for.

onlyIndex

If TRUE, only return numeric index of matches.