convert_read_npx_output: Help function converting the output dataset from read_npx*...

View source: R/read_npx_utils.R

convert_read_npx_outputR Documentation

Help function converting the output dataset from read_npx* functions to "tibble" or "ArrowObject".

Description

Help function converting the output dataset from read_npx* functions to "tibble" or "ArrowObject".

Usage

convert_read_npx_output(df, out_df)

Arguments

df

A "tibble" or "ArrowObject" from read_npx.

out_df

The class of the output dataset. One of "tibble" or "arrow". Defaults to "tibble".

Value

The dataset in the requested class.

Author(s)

Klev Diamanti


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