Learn R Programming

mrgsim.parallel (version 0.3.0)

noreset_locker: Prohibit a locker space from being reset

Description

This function removes the the hidden locker file which designates a directory as a locker. Once the locker is modified this way, it cannot be reset again by calling setup_locker() or new_stream().

Usage

noreset_locker(where)

Value

A logical value indicating if write ability was successfully revoked.

Arguments

where

The locker location.

See Also

setup_locker(), reset_locker(), version_locker()