Skip to contents

Get an element from a list by name. Never return more than 1 element.

Usage

getByName(object, name)

# S4 method for pmx_list,character
getByName(object, name)

Arguments

object

list object

name

element name to search for

Value

the element that was found or NULL if no element was found with the same name