powered by
Check whether an object inherits from GeneralInsertor.
# S3 method for default is.GeneralInsertor(this, ...)
An object.
Not used.
TRUE or FALSE.
# NOT RUN { # create some objects d<-GeneralDeletor() i<-GeneralInsertor() # check if they inherit from GeneralInsertor is.GeneralInsertor(i) is.GeneralInsertor(d) # }
Run the code above in your browser using DataLab