action_order {gadget3}R Documentation

Standard gadget3 order of actions

Description

Constant defining standard order of actions

Usage

g3_action_order

Details

All gadget3 actions have a run_at parameter. This decides the point in the model that the action will happen relative to others.

The defaults for these are set via g3_action_order.

Value

A named integer list

See Also

https://gadget-framework.github.io/gadget2/userguide/chap-order.html

Examples

# The default action order
unlist(g3_action_order)

# View single value
g3_action_order$age


[Package gadget3 version 0.11-1 Index]