ffm_set_site_param: Sets the value of a site meta-data parameter.

View source: R/params_functions.R

ffm_set_site_paramR Documentation

Sets the value of a site meta-data parameter.

Description

Sets the value of a site meta-data parameter.

Usage

ffm_set_site_param(tbl, param, value, units = NA_character_)

Arguments

tbl

The parameter table in which to set the value.

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.