ffm_set_stratum_param: Sets the value of a stratum meta-data parameter.

View source: R/params_functions.R

ffm_set_stratum_paramR Documentation

Sets the value of a stratum meta-data parameter.

Description

Sets the value of a stratum meta-data parameter.

Usage

ffm_set_stratum_param(tbl, stratum.id, param, value, units = NA_character_)

Arguments

tbl

The parameter table in which to set the value.

stratum.id

(character) Stratum identifier.

param

(character) Label of the parameter to set.

value

Value of the parameter (will be converted to character).

units

(option) The units of measurement for the supplied value.

Value

The updated parameter table.


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.