extractList: Extract sublist which matches input

View source: R/utils.R

extractListR Documentation

Extract sublist which matches input

Description

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.


SwissTPH/r-openMalariaUtilities documentation built on Sept. 14, 2024, 1:34 a.m.