Safely creating S3 Generics in R Safely creating S3 Generics in R r r

Safely creating S3 Generics in R


You can use isGenericS3 function of the R.methodsS3 package. Please see the code below:

library(R.methodsS3)isGenericS3(anova)# [1] TRUE