olink_normalization_n_check: An internal function to perform checks on the input of the...

View source: R/olink_normalization_n.R

olink_normalization_n_checkR Documentation

An internal function to perform checks on the input of the function olink_normalization_n.

Description

An internal function to perform checks on the input of the function olink_normalization_n.

Usage

olink_normalization_n_check(norm_schema)

Arguments

norm_schema

A tibble with more than 1 rows and (strictly) the following columns: "order", "name", "data", "samples", "normalization_type", "normalize_to". See above for details of the structure of the data frame. See details in help for olink_normalization_n. (required)

Value

a character message. If the message is "TRUE" then all checks passed, otherwise an error message will be printed.


OlinkAnalyze documentation built on Nov. 4, 2023, 1:07 a.m.