Skip to contents

Extract the registration-aware protocol schedule

Usage

extract_registration_schedule(
  raw_logs,
  protocol_manifest = NULL,
  errors = c("raise", "warn", "error")
)

Arguments

raw_logs

Immutable events returned by read_raw_logs().

protocol_manifest

Optional ordered registration configuration.

errors

Unresolved-issue handling: "raise", "warn", or legacy "error".

Value

A tibble with registration-aware sample positions.