get_attributes {arenar} | R Documentation |
Returns attributes for all params
Description
When param_type
is not NULL, then function returns list of objects.
Each object represents one of available attribute for specified param type.
Field name
is attribute name and field values
is mapped list
of available params to list of value of this attribute for that param.
When param_type
is NULL, then function returns list with keys for
each param type and values are lists described above.
Usage
get_attributes(arena, param_type = NULL)
Arguments
arena |
live or static arena object |
param_type |
Type of param. One of
|
Value
List of attributes or named list of lists of attributes for each param type.
[Package arenar version 0.2.0 Index]