Task | R Documentation |
Task
Task
An R6 class that represents a Task
connect
The Connect instance.
task
The task.
data
The task data.
new()
Initialize this task.
Task$new(connect, task)
connect
The Connect
instance.
task
The task data.
get_connect()
Return the associated Connect instance.
Task$get_connect()
get_task()
Return the underlying task.
Task$get_task()
add_data()
Set the data.
Task$add_data(data)
data
The 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)
deep
Whether 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.