jobj_class
Superclasses of object
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
Argument | Description |
---|---|
jobj | A spark_jobj |
simple_name | Whether to return simple names, defaults to TRUE |