get_dat_param-methods: Get a specified run setting parameter value

Description Usage Arguments Value Author(s) See Also

Description

Essentially these are parameter values corresponding to Zonation dat-files. This function is used to get values of given parameter. In the current implementation, sections have no meaning.

Usage

1
2
3
4
get_dat_param(x, parameter, warn_missing = TRUE)

## S4 method for signature 'Zvariant'
get_dat_param(x, parameter, warn_missing = TRUE)

Arguments

x

Zvariant object.

parameter

Character string name of the parameter.

warn_missing

Logical indicating a warning should be raised of the parameter is not used.

Value

Character string value of the parameter. If requested parameter is a valid Zonation parameter but not used currently, returns NA.

Author(s)

Joona Lehtomaki joona.lehtomaki@gmail.com

See Also

Zvariant-class and set_dat_param.


cbig/zonator documentation built on May 23, 2020, 7:02 a.m.