The operator X <- Y entered in the R studio console means:
A) Assign values of the variable X to the variable Y
B) "Y gets X"
C) Make Y equal to the negative value of X
D) Check to see if the values of the variable, X, are less than the value of the variable, Y.