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

View source: R/generic_list.R

get_by_nameR Documentation

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

Description

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

Usage

get_by_name(object, name)

## S4 method for signature 'pmx_list,character'
get_by_name(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


campsismod documentation built on July 30, 2026, 9:06 a.m.