repair_environments: Repair Environment Chains

View source: R/repairenvs.R

repair_environmentsR Documentation

Repair Environment Chains

Description

In theory should never be needed, but use in case you get errors about corrupted environments. You should only use this if you get an error telling you to use it.

Usage

repair_environments(x, interactive.mode = interactive())

Arguments

x

either a unitizer, or a store id (see unitize)

interactive.mode

logical(1L) whether to run in interactive mode ( request user input when needed) or not (error if user input is required, e.g. if all tests do not pass).

Details

If you pass a store id this will re-save the repaired unitizer to the location specified by the store id.

Value

a unitizer object

See Also

unitize


unitizer documentation built on Oct. 8, 2023, 5:06 p.m.