is.spark_python_task {brickster} | R Documentation |
Test if object is of class SparkPythonTask
Description
Test if object is of class SparkPythonTask
Usage
is.spark_python_task(x)
Arguments
x |
An object |
Value
TRUE
if the object inherits from the SparkPythonTask
class.
[Package brickster version 0.2.5 Index]