Read and reconcile predictions from JSONL
read_predictions.RdReads a project's prediction JSONL file and reconciles outcomes.
When multiple records share the same prediction_id, the latest
non-null outcome wins (allows appending outcome updates).
Examples
if (FALSE) { # \dontrun{
preds <- read_predictions("my-project-slug")
head(preds)
} # }