Storing an RDD as a file in a project

Store the content of the given RDD as a new project file with the given name in the object store service.

Scala syntax
storeRDDAsObjectStoreFile(pc: ProjectContext, rdd: RDD[String], filename: String): Boolean
Python syntax
store_rdd_as_objectstore_file(pc, rdd, filename):
R syntax
Not supported.