Introduction to R

Learning goals

  • Understand the R interface (Console, Editor, Environment)
  • Run basic R commands
  • Create objects and use functions
  • Load packages

R as a calculator

1 + 1
sqrt(49)