get_static_attribute_values {IOHanalyzer} | R Documentation |
Get all options for a specific attribute which can be used to subset a DataSetList
Description
This is a more generic version of the existing 'get_dim', 'get_funcId' and 'get_algId' functions. Note the only attributes returned by 'get_static_attributes' are supported in this funcion
Usage
get_static_attribute_values(dsl, attribute)
Arguments
dsl |
The DataSetList |
attribute |
the name of the attribute for which to get the available options in dsl |
Value
The list of options for the specified attribute
Examples
get_static_attribute_values(dsl, 'funcId')
[Package IOHanalyzer version 0.1.8.10 Index]