Final Words

Before finishing the module I would like to give you some insights into the main concepts you should have become familiar with.

  1. You must have mastered object creation and manipulation, mainly table-like objects (array and data.frame) and vectors.

  2. It is not that important to remember the specific syntax of the functions we have covered here but to realize the we can combine objects with function arguments.

  3. We can create scripts to do specific tasks, we do not need to insert instructions one by one manually.