stopOnInterfaceCall.R6: Stop on interface call

Description Usage Arguments Details Value Examples

Description

See generic: stopOnInterfaceCall.

Method for instances of class R6

Usage

1
2
## S3 method for class 'R6'
stopOnInterfaceCall(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 he called an interface method.

Examples

1
## TODO

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