Tips and Tricks for R Programmers

Eric Odongo

2026-02-27

Introduction

In this presentation I am going to cover a few tips and tricks that you can use in order to be an effective R programmer.

Outline

My learning journey

I was first introduced to R while undertaking my undergraduate studies about 13 years ago. At that time I was still new to the world of computer programming, I only knew how to play around with Microsoft Office tools like Excel. R appeared to be difficult because of the syntax and lack of a consistent coding style.

Later on after graduation, I continued to explore R on my own, that is when I came across books written by Hadley Wickham (Chief Scientist at Posit). His books especially R for data science completely changed my programming style. For the first time I began seeing how R code can be made with style and how the tidyverse way of programming really simplifies many data manipulation tasks.

Tools and tricks for effective learning of R

What to expect in the near future

Further Learning resources