class and typeof
What is the difference between class and typeof
R Merging-and-Importing-Data 04-05 min 0-10 sec
Answers:
typeof determines the (R internal) type or storage mode of any object. On the other hand, class is used to define/identify what "type" an object is from the point of view of object-oriented programming in R.
Can you please explain a little better - it is still not clear
28-11-20, 10:20 a.m.
kannan