Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_static_attribute_values: 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)

Value

The list of options for the specified attribute

Arguments

dsl

The DataSetList

attribute

the name of the attribute for which to get the available options in dsl

Examples

Run this code
get_static_attribute_values(dsl, 'funcId')

Run the code above in your browser using DataLab