1.

The data type of the R-object becomes the data type of the ________(a) Functions(b) Packages(c) Variables(d) ListsThis question was posed to me in an internship interview.I want to ask this question from Data Types in division Nuts and Bolts and Getting Data In and Out of R Programming

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.



Discussion

No Comment Found

Related InterviewSolutions