View source: R/data-structures.R
for_each_task | R Documentation |
For Each Task
for_each_task(inputs, task, concurrency = 1)
inputs |
Array for task to iterate on. This can be a JSON string or a reference to an array parameter. |
task |
Must be a |
concurrency |
Maximum allowed number of concurrent runs of the task. |
Other Task Objects:
condition_task()
,
email_notifications()
,
libraries()
,
new_cluster()
,
notebook_task()
,
pipeline_task()
,
python_wheel_task()
,
run_job_task()
,
spark_jar_task()
,
spark_python_task()
,
spark_submit_task()
,
sql_file_task()
,
sql_query_task()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.