Another suggestion of my colleague in the office. He asked me about loops in R. But I decided to do a more general post, because loops are structures that you will find in every programming language. So it is interesting to understand how they work and then apply the concept to a specific language. Loops…
Category: Basic-level
R – reading data. Part I: Excel files.
Since a couple of months I’ve been sharing the office with an intern (aka “el Brian” ) who is learning to program. He has many doubts and one of them was how to read data in R. I remember the first time I saw the R console, I thought, “How the f**k can I read…