View source: R/olink_normalization_n.R
olink_normalization_project_name_check | 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.
olink_normalization_project_name_check(
project_1_name,
project_2_name,
project_ref_name
)
project_1_name |
Name of project 1 (required) |
project_2_name |
Name of project 2 (required) |
project_ref_name |
Name of reference project (required) |
a character message. If the message is "TRUE" then all checks passed, otherwise an error message will be printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.