One can check easily if an object is of class "foo" via strcmp(CHAR(asChar(GET_CLASS(obj))), "foo") and I wonder if there is high-level functionality to check if `obj' extends a class? Best, Torsten
`extends()'at C-level?
1 message · Torsten Hothorn
1 message · Torsten Hothorn
One can check easily if an object is of class "foo" via strcmp(CHAR(asChar(GET_CLASS(obj))), "foo") and I wonder if there is high-level functionality to check if `obj' extends a class? Best, Torsten