strip_srcrefs {mlr3misc} | R Documentation |
Strip source references from objects
Description
Source references can make objects unexpectedly large and are undesireable in many situations.
As renv installs packages with the --with-keep.source
option, we sometimes need to remove source references
from objects.
Methods should remove source references from the input, but should otherwise leave the input unchanged.
Usage
strip_srcrefs(x, ...)
Arguments
x |
( |
... |
( |
[Package mlr3misc version 0.18.0 Index]