Skip to contents

Record a Decision

Usage

record_decision(
  file_path,
  check,
  observation,
  decision,
  reasoning,
  evidence = NULL
)

Arguments

file_path

Path to the decision tree YAML file

check

Character string describing what was checked

observation

Character string describing what was observed

decision

Character string describing the decision made

reasoning

Character string explaining the reasoning

evidence

Character string pointing to supporting evidence (e.g., plot path)

Value

Invisibly returns the updated decision tree