with_package {mlr3misc} | R Documentation |
Execture code with a modified search path
Description
Attaches a package to the search path (if not already attached), executes code and eventually removes the package from the search path again, restoring the previous state.
Note that this function is deprecated in favor of the (now fixed) version in withr.
Usage
with_package(package, code, ...)
Arguments
package |
( |
code |
( |
... |
( |
Value
Result of the evaluation of code
.
See Also
withr package.
[Package mlr3misc version 0.15.1 Index]