Skip to contents

Get with Key by Regex

Usage

get_with_key(l, key, pattern, ...)

Arguments

l

list of lists

key

name of item in inner list

pattern

regex pattern with which to match values of the key

...

additional arguments to pass to grepl

Value

subset of elements of l that match the pattern