R noob here
I was just wondering why running c(rbind(letters, LETTERS)) gives an output of an alternating sequence:
c(rbind(letters, LETTERS))
[1] "a" &quo