Learn R Programming

OlinkAnalyze (version 4.2.0)

olink_normalization_n_check: 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)

Value

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

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)