| getOMLFlow | R Documentation |
Given an flow id, the corresponding OMLFlow is
downloaded if not already available in cache.
getOMLFlow(flow.id, cache.only = FALSE, verbosity = NULL)
flow.id |
[ |
cache.only |
[ |
verbosity |
[ |
[OMLFlow].
Other downloading functions:
getOMLDataSetQualities(),
getOMLDataSet(),
getOMLRun(),
getOMLStudy(),
getOMLTask()
Other flow-related functions:
convertOMLFlowToMlr(),
deleteOMLObject(),
listOMLFlows(),
makeOMLFlowParameter(),
makeOMLFlow(),
tagOMLObject()
# \dontrun{
# r_ctree = getOMLFlow(flow.id = 2569)
# weka_bagging = getOMLFlow(flow.id = 2286)
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.