check_npx_olinkid: Help function checking whether df contains invalid Olink...

View source: R/check_npx.R

check_npx_olinkidR Documentation

Help function checking whether df contains invalid Olink identifiers

Description

This function checks if Olink identifiers (OlinkID) match the pattern of a prefix "OID" followed by 5 integer numbers.

Usage

check_npx_olinkid(df, col_names)

Arguments

df

A "tibble" or "ArrowObject" from read_npx.

col_names

A list of matched column names. This is the output of the check_npx_col_names function.

Value

A character vector with invalid OlinkID.

Author(s)

Masoumeh Sheikhi


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