emba (version 0.1.1)

get_model_names: Get the model names

Description

Get the model names

Usage

get_model_names(models.dir)

Arguments

models.dir

string. A dir with .gitsbe files/models

Value

a character vector of the model names, corresponding to the names of the .gitsbe files.

Examples

Run this code
# NOT RUN {
models.dir = system.file("extdata", "models", package = "emba", mustWork = TRUE)
models = get_model_names(models.dir)

# }

Run the code above in your browser using DataCamp Workspace