Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Brian edited this page Mar 20, 2018 · 2 revisions

Azure-specific Optional Flags

Flag NameDefaultTypeMeaning
chunkSize1IntegerGroups the number of foreach loop iterations into one task and execute them in a single R session. Consider using the chunkSize option if each iteration in the loop executes very quickly.
maxTaskRetryCount3IntegerThe number of retries the task will perform.
enableCloudCombineTRUEBooleanEnables the merge task to be performed
waitTRUEBooleanSet the job to a non-blocking state. This allows you to perform R tasks while waiting for your results to be complete.
autoDeleteJobTRUEBooleanDeletes the job metadata and result after the foreach loop has been executed.
jobThe time of job creationCharacterThe name of you job. This name will appear in the RStudio console, Azure Batch, and Azure Storage.

Azure-specific Package Installation Flags

Flag NameDefaultTypeMeaning
githubc()VectorA vector of github package names. The proper name format of installing a github package is the repository address: username/repo[/subdir]
bioconductorc()VectorA vector of bioconductor package names