Search code examples
mlr

Import/Export mlr task to file?


I'd like to export an object of class Task into a file, along with the task data associated to it. Is this possible in mlr?

Thanks!


Solution

  • Just using saveRDS works as expected.