auto_convert | R Documentation |
Set of rules to automatically convert column types.
This is used during rbind
-ing of Tasks, but also in some pipe operators in
mlr3pipelines.
All rules are stored as functions in mlr_reflections$auto_converters.
auto_convert(value, id, type, levels)
value |
(any) |
id |
( |
type |
( |
levels |
( |
Vector value
converted to type type
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.