Learn R Programming

OlinkAnalyze (version 4.2.0)

norm_internal_adjust_not_ref: Add adjustment factors to a dataset

Description

Add adjustment factors to a dataset

Usage

norm_internal_adjust_not_ref(df, name, cols, adj_fct_df, adj_fct_cols)

Value

Tibble or ArrowObject with the normalized dataset with additional columns "Project" and "Adj_factor".

Arguments

df

The dataset to be normalized (required).

name

Project name of the dataset (required).

cols

Named list of column names in the dataset (required).

adj_fct_df

Dataset containing the adjustment factors to be applied to the dataset not_ref_df (required).

adj_fct_cols

Named list of column names in the dataset containing adjustment factors (required).

Author

Klev Diamanti