e2e_ls {StrathE2E2} | R Documentation |
List the available models in a designated workspace.
e2e_ls(path = "")
path |
Path to users model folder, otherwise read the list of models supplied with the package. |
An on-screen list of available models in the designated folder.
#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)