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.
olink_normalization_project_name_check(
project_1_name,
project_2_name,
project_ref_name
)
a character message. If the message is "TRUE" then all checks passed, otherwise an error message will be printed.
Name of project 1 (required)
Name of project 2 (required)
Name of reference project (required)