methodNotImplemented.R6: Stop on interface call

Description Usage Arguments Details Value Examples

Description

See generic: methodNotImplemented.

Method for instances of class R6

Usage

1
2
## S3 method for class 'R6'
methodNotImplemented(inst, cl = sys.call(-2), ...)

Arguments

inst

An instance of class R6.

cl

An instance of class expression.

...

Further arguments to be passed to subsequent functions/methods.

Details

TODO

Value

An error informing the user that the method he called has not yet been implemented.

Examples

1
## TODO

rappster/devops documentation built on May 26, 2019, 11:15 p.m.