apply_action: Apply some action on the given object.

View source: R/generic.R

apply_actionR Documentation

Apply some action on the given object.

Description

Apply some action on the given object.

Usage

apply_action(object, action)

## S4 method for signature 'campsis_model,replace_action'
apply_action(object, action)

## S4 method for signature 'dataset,replace_action'
apply_action(object, action)

Arguments

object

any object

action

action to apply

Value

updated object


campsis documentation built on Aug. 5, 2026, 9:07 a.m.