Internal helper functions
util.R.RdCalculate file hash for integrity checking
A utility function that creates a new variable by joining the values of a given list of variables.
Examples
du4tnr:::concat(data.frame(A=c('a', 'b', 'a', 'b'), B=c('x', 'y', 'y', 'x')), ~A+B)
#> [1] "a-x" "b-y" "a-y" "b-x"