getByName | R Documentation |
Get an element from a list by name. Never return more than 1 element.
getByName(object, name)
## S4 method for signature 'pmx_list,character'
getByName(object, name)
object |
list object |
name |
element name to search for |
the element that was found or NULL if no element was found with the same name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.