list_models {StrathE2E2}R Documentation

List the available models in a designated workspace

Description

List the available models in a designated workspace

Usage

list_models(path = "")

Arguments

path

Path to users model folder, otherwise read the list of models supplied with the package.

Value

An on-screen list of available models in the designated folder

See Also

copy_model, read_model

Examples

#List the models/variants supplied with the package:
list_models()

#List the models/variants in a user defined workspace:
list_models("C:/Users/username/Documents/Folder2/Models")

[Package StrathE2E2 version 2.0.0 Index]