Key Actions of R Programming Language
Author: Dexlab Analytics
Today we will take a look at three basic actions which are to be found in R which are Assignment, subscripting and random generation.
- Assignment
All the actions that happen inside of R are facilitated by function calls. Most of the functions of R return a value or an object of data and it is not rare that you will find yourself assigning a name to that particular data object. You may accomplish this in two different ways. You can either type in:
Meany