Skip to contents

Execute a staged action

Usage

ravel_apply_action(action, approve = FALSE, envir = NULL)

Arguments

action

A ravel_action.

approve

Whether to override and treat the action as approved.

envir

Evaluation environment for code execution. When NULL, Ravel uses a dedicated session-scoped environment that inherits from globalenv() for reads without writing into .GlobalEnv by default.

Value

A structured result list.