Introduction

Topics: intro, lecture cover
Welcome to the foundation of your R journey!

In this section, we’ll cover all the essential building blocks you need to start programming in R.

We’ll go step by step, from basic concepts to more complex structures, ensuring you have a solid understanding before moving forward.

By the end of this section, you’ll be able to

  • create variables,
  • work with different data types,
  • perform operations,
  • organize data in vectors and lists,
  • format strings professionally, and
  • control the flow of your programs.