check_derived: Register derived variables on an Entity

View source: R/check_derived.R

check_derivedR Documentation

Register derived variables on an Entity

Description

Validates and registers derived-variable functions for snapshot-time evaluation.

Usage

check_derived(entity, derived_vars, replace = FALSE)

Arguments

entity

A Entity object.

derived_vars

Named list of derived-variable functions, or NULL.

replace

If TRUE, overwrite existing derived vars with the same names.

Value

Returns entity invisibly.


fluxCore documentation built on Sept. 22, 2026, 5:07 p.m.