olink_normalization_project_name_check: An internal function to perform checks on the input project...

View source: R/olink_normalization_n.R

olink_normalization_project_name_checkR Documentation

An internal function to perform checks on the input project names in the functions olink_normalization_bridge and olink_normalization_subset. The function is expected to run all checks on project names to make sure that normalization can be performed smoothly. It should work independently of the function calling it.

Description

An internal function to perform checks on the input project names in the functions olink_normalization_bridge and olink_normalization_subset. The function is expected to run all checks on project names to make sure that normalization can be performed smoothly. It should work independently of the function calling it.

Usage

olink_normalization_project_name_check(
  project_1_name,
  project_2_name,
  project_ref_name
)

Arguments

project_1_name

Name of project 1 (required)

project_2_name

Name of project 2 (required)

project_ref_name

Name of reference project (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.