get_attributes: Returns attributes for all params

Description Usage Arguments Value

View source: R/attributes.R

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

1
get_attributes(arena, param_type = NULL)

Arguments

arena

live or static arena object

param_type

Type of param. One of

  • model

  • variable

  • dataset

  • observation

Value

List of attributes or named list of lists of attributes for each param type.


arenar documentation built on Oct. 23, 2020, 8:03 p.m.