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


[Package styler version 1.7.0 Index]