Helpers for 'OOP' in R


[Up] [Top]

Documentation for package ‘sloop’ version 1.0.1

Help Pages

ftype Determine function type.
is_s3_generic Determine if a function is an S3 generic or S3 method.
is_s3_method Determine if a function is an S3 generic or S3 method.
otype Determine the type of an object
s3_class Compute the S3 class of an object
s3_dispatch Illustrate S3 dispatch
s3_get_method Find S3 method from its name
s3_methods_class List methods for a S3 or S4 generic (or class)
s3_methods_generic List methods for a S3 or S4 generic (or class)
s4_methods_class List methods for a S3 or S4 generic (or class)
s4_methods_generic List methods for a S3 or S4 generic (or class)