Helpers for 'OOP' in R
Determine function type.
Determine if a function is an S3 generic or S3 method.
Determine the type of an object
Compute the S3 class of an object
Illustrate S3 dispatch
Find S3 method from its name
List methods for a S3 or S4 generic (or class)
A collection of helper functions designed to help you to better understand object oriented programming in R, particularly using 'S3'.
Useful links