Generates S3 wrapper methods for public methods of R6ClassGenerators, but
can also be used to generate “plain” function wrappers.
Arguments
- R6Method
An
expressionwith or a public method (function) of anR6ClassGenerator.- self
A character string specifying the name of the parameter, which will take the R6 object.
- dots
A logical specifying if a
...parameter shall be added as last parameter in case none already exists. This might be required for S3 generic/method consistency.
Value
Returns an S3 method (function).