attach_check_log_arrow: Attach check log to an ArrowObject via schema metadata

View source: R/olink_class.R

attach_check_log_arrowR Documentation

Attach check log to an ArrowObject via schema metadata

Description

Serializes the check log to a base64-encoded string and stores it in the Arrow table's schema-level metadata.

Usage

attach_check_log_arrow(df, check_log)

Arguments

df

An ArrowObject (e.g. arrow::Table).

check_log

A named list returned by check_npx().

Value

The ArrowObject with check log metadata attached.


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