task_change: Change a task in a TaskList

Description Usage Arguments Value

View source: R/tasks.R

Description

Change the definition of a Task and return the updated TaskList

Usage

1
task_change(task_id, TaskList, schedule, FUN, args, method)

Arguments

task_id

The id of the task you want to change

TaskList

An existing TaskList list

schedule

A shorthand period to recurrently run this task

FUN

The function to run

args

Optional arguments to FUN

method

Whether to run in the parent process or in a parallel R process

Value

The updated TaskList list


henfiber/later documentation built on May 20, 2019, 6:46 p.m.