fuseCommonListElem: Fuse content of list-elements with redundant (duplicated) names
Description
This function fuses (character or numeric) elements of list re-occuring under same name, so that resultant list has unique names.
Note : Will not work with list of matrixes
This function returns a fused list (same names as elements of input)
Arguments
lst
(list) main input, list of numeric vectors
initOrd
(logical) preserve initial order in output (if TRUE) or otherwise sort alphabetically
removeDuplicates
(logical) allow to remove duplicate entries (if vector contains names, both the name and the value need to be identical to be removed; note: all names must have names with more than 0 characters to be considered as names)
silent
(logical) suppress messages
debug
(logical) additional messages for debugging
callFrom
(character) allow easier tracking of messages produced