Skip to contents

Retrieves the index alias for a set name from a multimod model. If no alias exists, generates one on-the-fly.

Usage

get_index_alias(model, set_name)

Arguments

model

A multimod model object

set_name

Character. Name of the set

Value

Character. The index alias for the set

Examples

model <- add_index_aliases(model)
#> Error: object 'model' not found
get_index_alias(model, "tech")  # "h"
#> Error: object 'model' not found