check_ht_fixed_lod_version: Help function to check Explore HT Fixed LOD file version

View source: R/olink_lod.R

check_ht_fixed_lod_versionR Documentation

Help function to check Explore HT Fixed LOD file version

Description

When invalid DARID / PanelDataArchiveVersion combinations are detected in an Explore HT NPX file (darid_invalid entries in check_log), this helper checks that the Explore HT Fixed LOD file used for LOD calculation meets a minimum version requirement (default: "6.0.0").

Usage

check_ht_fixed_lod_version(check_log, lod_file)

Arguments

lod_file

A data frame (or tibble) representing the Fixed LOD file. It must contain a Panel column. If present, a Version column (character) is used to determine whether the file meets the min_version requirement.

Value

A logical scalar returned invisibly:

  • TRUE — the Fixed LOD file is missing/invalid/outdated (and a message or warning has been emitted).

  • FALSE — the check is not relevant or the Fixed LOD file meets the minimum version requirement.

Author(s)

Kathleen Nevola Kang Dong


OlinkAnalyze documentation built on June 24, 2026, 1:06 a.m.