powered by
Given an run id, the corresponding OMLRun including all server and user computed metrics is downloaded if not already available in cache.
OMLRun
getOMLRun(run.id, cache.only = FALSE, only.xml = FALSE, verbosity = NULL)
[integer(1)] The run ID.
integer(1)
[logical(1)] Only try to retrieve the object from cache. Will result in error if the object is not found. Default is FALSE.
logical(1)
FALSE
[logical(1)] Should only the XML be downloaded?
[integer(1)] Print verbose output on console? Possible values are: 0: normal output, 1: info output, 2: debug output. Default is set via setOMLConfig.
0
1
2
setOMLConfig
[OMLRun].
Other downloading functions: getOMLDataSetQualities, getOMLDataSet, getOMLFlow, getOMLStudy, getOMLTask
getOMLDataSetQualities
getOMLDataSet
getOMLFlow
getOMLStudy
getOMLTask
Other run-related functions: convertOMLMlrRunToBMR, convertOMLRunToBMR, deleteOMLObject, listOMLRuns, makeOMLRunParameter, makeOMLRun, tagOMLObject, uploadOMLRun
convertOMLMlrRunToBMR
convertOMLRunToBMR
deleteOMLObject
listOMLRuns
makeOMLRunParameter
makeOMLRun
tagOMLObject
uploadOMLRun
# NOT RUN { runs_ctree = listOMLRuns(flow.id = 2569) run1 = getOMLRun(run.id = runs_ctree$run.id[1]) str(run1, 1) # }
Run the code above in your browser using DataLab