flatten_derivations: Flatten a list of derivations and pipelines

View source: R/rxp_pipeline.R

flatten_derivationsR Documentation

Flatten a list of derivations and pipelines

Description

Takes a potentially nested list containing both rxp_derivation objects and rxp_pipeline objects and returns a flat list of derivations with metadata preserved.

Usage

flatten_derivations(derivs)

Arguments

derivs

A list that may contain rxp_derivation objects, rxp_pipeline objects, or a mix of both.

Value

A flat list of rxp_derivation objects.


rixpress documentation built on Feb. 19, 2026, 9:06 a.m.