ecolab_tools: ECOLAB Tools

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Tools for working with MIKE by DHI ECOLAB templates

Usage

1
2
3
4
5
6
7
8
9
ecolab_get(pfs, type=c('sv', 'c', 'f', 'av', 'p', 'do'))
ecolab_tryget(pfs, issveq=FALSE)
ecolab_write(pfs, filename, elevate=TRUE)
ecolab_sections()
ecolab_rename(pfs)
ecolab_join(pfs1, pfs2, drop=FALSE, validate=FALSE)
ecolab_symbols(pfs, hlevel=NULL)
ecolab_ids(pfs, hlevel=NULL)
ecolab_validate(pfs, elevate=FALSE)

Arguments

pfs, pfs1, pfs2

An R list, possibly of class pfs or ecolab. Contains PFS information.

type

What ecolab variable types should be got?

issqev

Is it a state variable equation? If so, we do things different.

filename

A string. The file to write.

elevate

Should warnings become errors? Like a Dalek coming up a flight of stairs.

drop

Should duplicate items in pfs2 be dropped?

elevate

Should the object be validated first? Like a Dalek with nothing better to do.

helevel

A string. The names of the higher level in the PFS hierarchy.

Details

These functions rely heavily on pfs_tools.

Value

TODO: Documentation

Author(s)

Daniel Pritchard

See Also

pfs_tools

Examples

1
# TODO

dpritchard/dgmisc documentation built on May 15, 2019, 1:50 p.m.