invoke_method {sparklyr} | R Documentation |
Generic call interface for spark shell
invoke_method(sc, static, object, method, ...)
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 |