Saved Bookmarks
| 1. |
The data type of the R-object becomes the data type of the ________(a) Functions(b) Packages(c) Variables(d) Lists |
|
Answer» Right answer is (c) Variables The best I can explain: In R, the variables are not declared as some data type. The variables are assigned with R-Objects and the data type of the R-object will become the data type of the variable. There are many types of R-objects. |
|