Internal helper functions
util.R.Rd
Calculate file hash for integrity checking
A utility function that creates a new variable by joining the values of a given list of variables.
Examples
concat(data.frame(A=c('a', 'b', 'a', 'b'), B=c('x', 'y', 'y', 'x')), ~A+B)
#> Error in concat(data.frame(A = c("a", "b", "a", "b"), B = c("x", "y", "y", "x")), ~A + B): could not find function "concat"