Retrieves the index alias for a set name from a multimod model. If no alias exists, generates one on-the-fly.
Examples
model <- add_index_aliases(model)
#> Error: object 'model' not found
get_index_alias(model, "tech") # "h"
#> Error: object 'model' not found
