e2e_ls: List the available models in a designated workspace.

Description Usage Arguments Value See Also Examples

View source: R/e2e_ls.R

Description

List the available models in a designated workspace.

Usage

1
e2e_ls(models.path = NULL)

Arguments

models.path

Relative path from the current working directory to a folder containing a library of model configurations (typically "Folder/Models"). Setting models.path="" is valid. Default models.path=NULL, meaning read a North Sea model setup from the package folder extdata/Models.

Value

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

See Also

e2e_copy, e2e_read

Examples

1
2
3
4
5
6
7
# List the models/variants supplied with the package:
    e2e_ls()

# Dummy example to illustrate listing the models/variants in a user defined
# workspace. REPLACE "Folder1/Models" with your own models.path 
# remembering that this are relative to the current working directory.
#    e2e_ls("Folder/Models")

StrathE2E2 documentation built on Jan. 23, 2021, 1:07 a.m.