A function to format labels data from wide to long format
Usage
pivot_Labels(labels_path, simplify_labels = FALSE, out_dir_path = NULL)
Arguments
- labels_path
character. Path to the labeling file
- simplify_labels
logical. Decompose and simplify the labels when TRUE. By defaut it is FALSE.
- out_dir_path
character. Directory where the outputs are saved.