Why does c(rbind(letters, LETTERS)) return a vector of an alternating sequence of the lowercase and uppercase alphabet in R?

后端 未结 0 556
既然无缘
既然无缘 2021-01-16 17:54

R noob here

I was just wondering why running c(rbind(letters, LETTERS)) gives an output of an alternating sequence:

[1] "a" &quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题