R Introduction

Topics

  • Present R basics — syntax, data types, and operators
  • Present R data structures – vectors, lists, matrices, and data frames
  • Create a function in R, and use it in a program

Suggested Readings

Videos

Introducing R


R Data Types and Operators


R Data Structures


R Factors


R Data Frames


R Control Structures


R Functions