LM Introduction

You will learn about different types of data storing in objects.

You may like to store more information than just one value inside a variable. There many different object types which can store more than one value. The ones we use the most are:

  • Lists
  • Arrays
  • Data Frames
  • Matrices

Updated: