shared_incr: Increment a shared counter

View source: R/input_f.R

shared_incrR Documentation

Increment a shared counter

Description

Adds delta to the value of a shared_input object and returns the new value.

Usage

shared_incr(obj, delta = 1)

Arguments

obj

A shared_input object (constrained / shared mode).

delta

Numeric. Amount to add (default 1).

Value

The new value after incrementing.


WARDEN documentation built on July 23, 2026, 5:08 p.m.