spark_jobj | R Documentation |
This S3 generic is used for accessing the underlying Java Virtual Machine
(JVM) Spark objects associated with R objects. These objects act as
references to Spark objects living in the JVM. Methods on these objects
can be called with the invoke
family of functions.
spark_jobj(x, ...)
x |
An R object containing, or wrapping, a |
... |
Optional arguments; currently unused. |
invoke
, for calling methods on Java object references.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.