lget_attr {queryBuilder} | R 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 |
attribute |
Name of the attribute to extract from each object. |
Value
Vector of the same length, storing extracted attributes.
[Package queryBuilder version 0.1.0 Index]