functionMap (version 1.0.0)

find_in_named_list: Find an element within entries of a named list

Description

Find an element within entries of a named list

Usage

find_in_named_list(list, elem)

Arguments

list
List.
elem
Element.

Value

Name of the list entry in which `elem` was found, or `NA_character_` if it was not found.