I have found the following generics which your function did not inlcude.1] "as.character.default" "as.expression.default" "as.list.default" "as.name" [5] "as.pairlist" "as.single.default" "as.symbol" "body<-" [9] "kronecker" I used the following code:base_objs <- objects("package:base")base_function <- mapply(function(x)ftype(get(x)), base_objs)base_objs_generic <- base_objs[grep("generic",base_function)]
-- View this message in context: http://r.789695.n4.nabble.com/S3-internal-and-group-generics-tp4672746p4708174.html Sent from the R devel mailing list archive at Nabble.com. [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel