list_models {StrathE2E2} | R Documentation |
List the available models in a designated workspace
list_models(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: list_models() #List the models/variants in a user defined workspace: list_models("C:/Users/username/Documents/Folder2/Models")