run_dir_pattern: Regex matching run-directory basenames

View source: R/utils-render_report.R

run_dir_patternR Documentation

Regex matching run-directory basenames

Description

Matches both the task-namespaced form (task-study_run-01) and the legacy form (run-01). The numeric run can subsequently be extracted with sub(".*run-(\\d+)$", "\\1", x).

Usage

run_dir_pattern()

Value

A character string containing the regular expression


eyeris documentation built on June 19, 2026, 9:08 a.m.