View source: R/deleteOMLObject.R
| deleteOMLObject | R Documentation |
This will delete one of your uploaded datasets, tasks, flows or runs. Note that you can only delete the objects you uploaded.
deleteOMLObject(
id,
object = c("data", "task", "flow", "run", "study"),
verbosity = NULL
)
id |
[ |
object |
[ |
verbosity |
[ |
Other data set-related functions:
OMLDataSetDescription,
OMLDataSet,
convertMlrTaskToOMLDataSet(),
convertOMLDataSetToMlr(),
getOMLDataSet(),
listOMLDataSets(),
tagOMLObject(),
uploadOMLDataSet()
Other task-related functions:
convertOMLTaskToMlr(),
getOMLTask(),
listOMLTaskTypes(),
listOMLTasks(),
makeOMLTask(),
tagOMLObject()
Other flow-related functions:
convertOMLFlowToMlr(),
getOMLFlow(),
listOMLFlows(),
makeOMLFlowParameter(),
makeOMLFlow(),
tagOMLObject()
Other run-related functions:
convertOMLMlrRunToBMR(),
convertOMLRunToBMR(),
getOMLRun(),
listOMLRuns(),
makeOMLRunParameter(),
makeOMLRun(),
tagOMLObject(),
uploadOMLRun()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.