Chapter 3 R Programming - Short Introduction

you might not think that programmers are artists, but programming is an extremely creative profession. It’s logic-based creativity. -John Romero

  • Here we will cover the basic structures of R programming, including control flow (if else) and loops (iteration routines) followed by writing our first function.

  • We will confine our discussion to the beginner’s level.