Completes list.lst list as a named list (names are unique labels from data) according to a given function that receives each label as an argument.
.sits_labels_list(data, label_lst, fun_label = function(lb) lb)
A sits tibble (or a pred_ref tibble)
Any named list whose names are unique labels from data input. Non-informed labels will be completed according to fun_label function.
A function that will be executed for each label non listed in list.lst parameter. The result of is used as list.lst value for the respective label.
A list whose non informed values are filled by fun_label for each unique label in data.