mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Suggestion: `with_options()` helper function #108

Open m-muecke opened 4 months ago

m-muecke commented 4 months ago

Have a with_options() function similar to with_package() or withr::with_options()

mb706 commented 4 months ago

Note invoke() already does this to some degree