get_list_elements: Get Elements/Slot/Attributes From List (stable)

View source: R/plot_helpers.R

get_list_elementsR Documentation

Get Elements/Slot/Attributes From List (stable)

Description

Get Elements/Slot/Attributes From List

(stable)

Usage

get_list_elements(
  ll,
  name,
  drop_nulls = TRUE,
  is_attr = FALSE,
  use_sapply = TRUE,
  ...
)

Arguments

ll

list of elements

name

attribute/name/slot to extract

drop_nulls

drop NULL results

is_attr

are we extracting attributes?

use_sapply

try to return a matrix/vector if possible?

...

if is_attr, additional params to attr


dipterix/rutabaga documentation built on June 25, 2022, 2:38 p.m.