Converts a Task to an OMLDataSet.
convertMlrTaskToOMLDataSet(task, description = NULL)[OMLDataSet].
[Task]
A mlr task.
[character(1)|OMLDataSetDescription]
Either an OMLDataSetDescription or a character(1) that describes the data.
For the latter, all other relevant information is autogenerated from the Task.
Other data set-related functions:
OMLDataSetDescription,
OMLDataSet,
convertOMLDataSetToMlr(),
deleteOMLObject(),
getOMLDataSet(),
listOMLDataSets(),
tagOMLObject(),
uploadOMLDataSet()