env_unlock {rlang} | R Documentation |
Unlock an environment
Description
This function should only be used in development tools or interactively.
Usage
env_unlock(env)
Arguments
env |
An environment. |
Value
Whether the environment has been unlocked.
[Package rlang version 1.1.4 Index]