Learn R Programming

gadget3 (version 0.14-0)

action_order: Standard gadget3 order of actions

Description

Constant defining standard order of actions

Usage

g3_action_order

Arguments

Value

A named integer list

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.

See Also

Examples

Run this code
# The default action order
unlist(g3_action_order)

# View single value
g3_action_order$age

Run the code above in your browser using DataLab