invoke_method {sparklyr} | R Documentation |
Generic Call Interface
Description
Generic Call Interface
Usage
invoke_method(sc, static, object, method, ...)
Arguments
sc |
|
static |
Is this a static method call (including a constructor). If so
then the |
object |
Object instance or name of class (for |
method |
Name of method |
... |
Call parameters |
[Package sparklyr version 1.9.0 Index]