lget_attr: Extract attribute of each element from a set of lists

View source: R/utils.R

lget_attrR Documentation

Extract attribute of each element from a set of lists

Description

Extract attribute of each element from a set of lists

Usage

lget_attr(list_obj, attribute)

Arguments

list_obj

List of lists. Each nested list should contain el_name object.

attribute

Name of the attribute to extract from each object.

Value

Vector of the same length, storing extracted attributes.


queryBuilder documentation built on Oct. 7, 2024, 1:19 a.m.