olink_normalization_project_name_check {OlinkAnalyze} | R 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.
[Package OlinkAnalyze version 3.8.2 Index]