Displaying 1 result from an estimated 1 matches for "unclass_in_plac".
Did you mean:
unclass_in_place
2006 Feb 27
0
method dispatch and in-place modification? - unclass, RemoveClass, getDataPart, method dispatch
...plementing a method which
has extra arguments compared to generic? The other question concerns
the "there is no code in R that changes type in place" statement -
how can one avoid excessive copying in these two cases? Is it alright to
invoke the "RemoveClass()" routine to do a unclass_in_place()?
(I did think about doing my own unclass(), but it just seems exactly
like what RemoveClass() is!).
Hin-Tak Leung