Getting started with R!
  • Setting up R and R Studio
  • Understanding R Studio: Layout and Features
  • Learn how to Import Files
  • Updating Libraries
Fundamentals of Programming
  • Data Types and Data Structures
  • Let's revise data types
  • Conditional Operators: If-else and Nested if-else if-else statements
  • Logical Operators: AND, OR and NOT
  • Build and Break For and While Loops!
  • Applying Logical and Conditional Operators
  • Print the first six numbers of the Fibonacci sequence
  • Print the sum of first ten natural numbers
Data Structures in R
  • Vectors: Character, Numeric, Complex and Logical
  • Going through Vector Operations
  • Word Game: Transforming words to Pig Latin
  • More Vector functions: any(), rep() and all()
  • Working with Films using Lists
  • Matrices
  • Preparing Class Report with a Matrix
  • Introduction to Data-Frames
  • Exploring more about Data-Frames
  • Working with MT Cars Dataset
Bonus Section: Visualizing data!
  • Scatter and Line Plots