new_olink_class: Create an 'olink_class' object from a tibble and a check log

View source: R/olink_class.R

new_olink_classR Documentation

Description

Attaches the result of check_npx() to a tibble as an attribute, creating an olink_class subclass. This allows downstream functions to automatically extract the check log from the data.

Usage

new_olink_class(df, check_log)

Arguments

df

A tibble containing Olink NPX data.

check_log

A named list returned by check_npx().

Value

An object of class olink_class, which inherits from tbl_df, tbl, and data.frame, with the check log stored as an attribute.

See Also

extract_check_log() for retrieving the check log from an object.


OlinkAnalyze documentation built on Sept. 18, 2026, 5:06 p.m.