InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can be considered as object attribute?(a) dimensions(b) class(c) length(d) all of the mentionedThe question was asked during a job interview.This intriguing question comes from Data Types in section Nuts and Bolts and Getting Data In and Out of R Programming |
|
Answer» CORRECT OPTION is (d) all of the mentioned To EXPLAIN: All objects in R have an Attribute list. |
|