.formatResult {onc.api} | R Documentation |
Aggregates individual download results obtained in .orderDataProduct() into a list of formatted results to return, and a named list with general stats of the operation
Description
Aggregates individual download results obtained in .orderDataProduct() into a list of formatted results to return, and a named list with general stats of the operation
Usage
.formatResult(self, fileList = list(), runInfo = list())
Arguments
self |
Calling object |
fileList |
List of individual download results |
runInfo |
As returned by .runDataProduct() |
Value
A named list with "downloadResults" (list of download results) and "stats" (general stats for the full operation)
[Package onc.api version 2.0.1.0 Index]