0
votes

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!

1
Have you tried the usual save/load? - Lars Kotthoff
I tried saveRDS but I realized that the exported file was too short, so it did not contain the data. - lordbitin
Works for me. Have you actually verified that you can't load the exported file? - Lars Kotthoff
Sorry, I did this again and now it worked without a problem. I should have done something wrong in the first try. Thanks!! - lordbitin

1 Answers

0
votes

Just using saveRDS works as expected.