class and typeof
What is the difference between class and typeof

R Merging-and-Importing-Data 04-05 min 0-10 sec 09-11-19, 2:19 p.m. pradeep.laxkar

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. 
09-11-19, 2:22 p.m. wangikarsmita2019@gmail.com
Can you please explain a little better - it is still not clear
28-11-20, 10:20 a.m. kannan


Click here to reply/comment online