powered by
## Static method (use this): ## UniquePairs$swapKeys(uniquePairs, ...) ## Don't use the below: "swapKeys"(static, uniquePairs, ...)
pairs<-UniquePairs$create(examples$identDfList[[1]]); pairs[1:10,]; swapped_pairs<-UniquePairs$swapKeys(pairs); swapped_pairs[1:10,];
Run the code above in your browser using DataLab