powered by
Obtains a list of classes for which the supplied generic function has an implementation.
generic_implementations(generic, remove_default = TRUE)
name of the generic function.
whether to keep the default generic implementation in the result.
A vector with class names for which argument 'generic' has an implementation.
generic
Other developer functions: crossref_description(), load_packages(), update_settings(), valid_pkgname()
crossref_description()
load_packages()
update_settings()
valid_pkgname()
# NOT RUN { #get a list of classes which have an implementation for graphics::plot impls = generic_implementations('plot') # }
Run the code above in your browser using DataLab