Learn R Programming

zonator (version 0.6.0)

get_dat_param: Get a specified run setting parameter value

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

get_dat_param(x, parameter, warn_missing = TRUE)

# S4 method for 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.

See Also

Zvariant-class and set_dat_param.