update.list: Guard raw list inputs in update

update.listR Documentation

Guard raw list inputs in update

Description

Catch attempts to call update on raw input lists intended for dendroMetrics and return a workflow-specific error message. When the input does not look like a dendroMetrics workflow, this method falls back to update.default.

Usage

## S3 method for class 'list'
update(object, ..., 
    evaluate = TRUE)

Arguments

object

A list passed to update().

...

Additional arguments passed to update().

evaluate

logical. Passed through to update.default when no dendroMetrics-specific guard is triggered.

Value

Either an error with a dendroMetrics-specific message or the result of update.default().

Author(s)

Wilson Lara [aut, cre] (ORCID: <https://orcid.org/0000-0003-3527-1380>), Cristobal Ordonez [aut] (ORCID: <https://orcid.org/0000-0001-5354-3760>), Aitor Vázquez-Veloso [aut] (ORCID: <https://orcid.org/0000-0003-0227-506X>), Felipe Bravo [aut] (ORCID: <https://orcid.org/0000-0001-7348-6695>)


basifoR documentation built on Aug. 26, 2026, 9:06 a.m.

Related to update.list in basifoR...