local_test_setup {styler} | R Documentation |
Establish testing setup for current environment
Description
Establish testing setup for current environment
Usage
local_test_setup(cache = FALSE, .local_envir = parent.frame())
Arguments
cache |
Whether or not to create and activate a cache in a temporary directory. |
.local_envir |
The environment to use for scoping. |
Details
make styler quiet.
[Package styler version 1.10.3 Index]