Reads the therapy-block sheet — typically the canonical name
Komplexe Chemotherapie — from the workbook. If the sheet is genuinely
missing, returns a 0-row data frame with a "source_label" attribute
describing the situation; the dashboard surfaces this in the therapy tab.
Arguments
- path
Path to the
.xlsxfile (typically afileInput()temp path or the bundled example, obtained viazhn_example_path()).- sheet
Optional sheet name to override the canonical/regex resolver.
- verbose
Logical; emit a
cli_informwhen duplicate columns are detected.
Value
A data frame with cleaned names and a "source_label" attribute.
0-row if no therapy sheet exists.
See also
Other readers:
zhn_read_cohort(),
zhn_read_diagnostics(),
zhn_read_tumorboard()