get_model_names: Get the model names

View source: R/input.R

get_model_namesR Documentation

Get the model names

Description

Get the model names

Usage

get_model_names(models.dir)

Arguments

models.dir

string. A directory with .gitsbe files/models (non-gitsbe files are disregarded).

Value

a character vector of the model names, corresponding to the names of the .gitsbe files (the extension is pruned).

Examples


models.dir = system.file("extdata", "models", package = "emba", mustWork = TRUE)
models = get_model_names(models.dir)


bblodfon/emba documentation built on April 30, 2023, 5:11 a.m.