| getOMLTask | R Documentation |
Given a task ID, the corresponding OMLTask will be downloaded
(if not in cache) and returned.
getOMLTask(task.id, cache.only = FALSE, verbosity = NULL)
task.id |
[ |
cache.only |
[ |
verbosity |
[ |
[OMLTask].
Other downloading functions:
getOMLDataSetQualities(),
getOMLDataSet(),
getOMLFlow(),
getOMLRun(),
getOMLStudy()
Other task-related functions:
convertOMLTaskToMlr(),
deleteOMLObject(),
listOMLTaskTypes(),
listOMLTasks(),
makeOMLTask(),
tagOMLObject()
# # Download task and access relevant information to start running experiments
# \dontrun{
# task = getOMLTask(1)
# task
# task$task.type
# task$input$data.set
# head(task$input$data.set$data)
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.