Compute pairs of colnames based on the following architecture: Suppose a dataframe with column ordered as follow : c("A", "B", "C", "D") The pairs will be computed as follow AA AB AC BA BB BC CA CB CC
column_pairs.Rd
Compute pairs of colnames based on the following architecture: Suppose a dataframe with column ordered as follow : c("A", "B", "C", "D") The pairs will be computed as follow AA AB AC BA BB BC CA CB CC