test.dataset <- data.frame(First=c(1,1), Second=c(0,1), Third=c(0,0))
createString(test.dataset) # "Abc" "ABc"
# using the column names instead of letters
createString(test.dataset, use.letters=FALSE)
Run the code above in your browser using DataLab