e2e_ls {StrathE2E2}R Documentation

List the available models in a designated workspace.

Description

List the available models in a designated workspace.

Usage

e2e_ls(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

e2e_copy, e2e_read

Examples

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

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

## End(Not run)

[Package StrathE2E2 version 3.0.0 Index]