s3_register {vegawidget} | R Documentation |
Register an s3 method
Description
This is a reimplementation of vctrs::s3_register()
, implemented here
to avoid having to take a dependency on vctrs.
Usage
s3_register(generic, class, method = NULL)
Arguments
generic |
Name of the generic in the form |
class |
Name of the class |
method |
Optionally, the implementation of the method. By default,
this will be found by looking for a function called Note that providing |
Value
Invisible NULL
, called for side effects.
[Package vegawidget version 0.5.0 Index]