A function to merge the labels from long format and the rgb metrics
values.
Usage
merge_values(longLabels, rgbValues)
Arguments
- longLabels
tibble or dataframe which contains the labels directly import from the xlsx file.
- rgbValues
tibble or dataframe with the rgb metrics values.