getByName: #' Get an element from a list by name.

View source: R/deprecated_methods.R

getByNameR Documentation

#' Get an element from a list by name.

Description

'r lifecycle::badge("deprecated")'

Usage

getByName(object, name)

Arguments

object

list object

name

element name to search for

Details

'getByName()' is deprecated in favor of 'get_by_name()'.

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.