Programming basics

Welcome to R!

R is easiest to use when you know how the R language works. This tutorial will teach you the implicit background knowledge that informs every piece of R code. You’ll learn about:

  • functions and their arguments
  • objects
  • R’s basic data types
  • R’s basic data structures including vectors and lists
  • R’s package system

Next topic