repair_environments {unitizer} | R 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 |
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
[Package unitizer version 1.4.21 Index]