invoke_method: Generic call interface for spark shell

Description Usage Arguments

View source: R/invoke.R

Description

Generic call interface for spark shell

Usage

1
invoke_method(sc, static, object, method, ...)

Arguments

sc

spark_connection

static

Is this a static method call (including a constructor). If so then the object parameter should be the name of a class (otherwise it should be a spark_jobj instance).

object

Object instance or name of class (for static)

method

Name of method

...

Call parameters


rstudio/sparkapi documentation built on May 28, 2019, 9:31 a.m.