test_action_fn: Test action function that returns a constant value

View source: R/plan.R

test_action_fnR Documentation

Test action function that returns a constant value

Description

A simple test function that always returns 1, useful for testing the Plan framework's functionality.

Usage

test_action_fn(data, argset)

Arguments

data

A named list containing the datasets (unused in this example)

argset

A named list containing the arguments (unused in this example)

Value

The integer 1


plnr documentation built on Nov. 23, 2025, 1:06 a.m.