s3_register | R Documentation |
This is a reimplementation of vctrs::s3_register()
, implemented here
to avoid having to take a dependency on vctrs.
s3_register(generic, class, method = NULL)
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 |
Invisible NULL
, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.