Introduction to R

Using R Studio

An IDE for R

An integrated development environment is software that makes coding easier

  • see objects you’ve imported and created
  • autocomplete
  • syntax highlighting
  • run part or all of your code