modify_decisions.RdThe decisions field has been deprecated as of bbr 0.10.0 and
replaced by the notes field, to reflect the fact that users
will want to use this field throughout the modeling process, not only at the end
once some "decisions" have been reached. As of bbr 1.0.0, add_decisions() and
replace_decisions() now error telling the user that they will be
deprecated in the future and encouraging use of their *_notes counterparts.
The functions will be removed entirely two releases after that.
add_decisions(.mod, .decisions) replace_decisions(.mod, .decisions)
| .mod | The |
|---|---|
| .decisions | Character vector to add to |
The modified bbi_{.model_type}_model object
add_decisions: Deprecated Append new decisions to the one(s) in a model object and corresponding YAML.
replace_decisions: Deprecated Replaces decisions field in a model object and corresponding YAML with new values.