as_task {mlr3} | R Documentation |
Convert to a Task
Description
Convert object to a Task or a list of Task.
Usage
as_task(x, ...)
## S3 method for class 'Task'
as_task(x, clone = FALSE, ...)
as_tasks(x, ...)
## Default S3 method:
as_tasks(x, ...)
## S3 method for class 'list'
as_tasks(x, ...)
Arguments
x |
(any) |
... |
(any) |
clone |
( |
[Package mlr3 version 0.20.2 Index]