Superclasses of object
R/spark_utils.R
jobj_class
Description
Extract the classes that a Java object inherits from. This is the jobj equivalent of class()
.
Usage
jobj_class(jobj, simple_name = TRUE)
Arguments
Arguments | Description |
---|---|
jobj | A spark_jobj |
simple_name | Whether to return simple names, defaults to TRUE |