View source: R/strip_srcrefs.R
strip_srcrefs | R Documentation |
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.
strip_srcrefs(x, ...)
x |
(any) |
... |
(any) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.