copybig {coder} | R Documentation |
Decide if large objects should be copied
Description
Decide if large objects should be copied
Usage
copybig(x, .copy = NA)
Arguments
x |
object (potentially of large size) |
.copy |
Should the object be copied internally by |
Value
Either x
unchanged, or a fresh copy of x
.
[Package coder version 0.13.10 Index]