Description Usage Arguments Value
Download all data product files for provided run id
1 2 3 4 5 6 7 8 | .downloadProductFiles(
self,
runId = 0,
getMetadata = TRUE,
maxRetries = 0,
overwrite = TRUE,
fileCount = 0
)
|
self |
Caling object |
runId |
Run id returned by .runDataProduct() |
getMetadata |
When TRUE, the metadata file will be downloaded |
maxRetries |
(numeric) Maximum number of API requests allowed, 0 for no limit |
overwrite |
(logical) When TRUE downloaded files will overwrite any file with the same filename, otherwise they will be skipped |
fileCount |
The number of files to download, or 0 if unknown |
a list of named lists, with the results for each file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.