Final Words
Before finishing the module I would like to give you some insights into the main concepts you should have become familiar with.
You must have mastered object creation and manipulation, mainly table-like objects (
array
anddata.frame
) and vectors.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.
We can create scripts to do specific tasks, we do not need to insert instructions one by one manually.