| Task | R Documentation |
Task
Task
An R6 class that represents a Task
connectThe Connect instance.
taskThe task.
dataThe task data.
new()Initialize this task.
Task$new(connect, task)
connectThe Connect instance.
taskThe task data.
get_task()Return the underlying task.
Task$get_task()
add_data()Set the data.
Task$add_data(data)
dataThe data.
get_data()Get the data.
Task$get_data()
print()Print this object.
Task$print(...)
...Unused.
clone()The objects of this class are cloneable with this method.
Task$clone(deep = FALSE)
deepWhether to make a deep clone.
Other R6 classes:
Bundle,
Content,
ContentTask,
Environment,
PositConnect,
Vanity,
Variant,
VariantSchedule,
VariantTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.