Learn R Programming

flock (version 0.7)

unlock: Locking/Unlocking

Description

Unlocks a file previously locked via lock.

Usage

unlock(file.lock)

Arguments

file.lock
The FileLock object returned by lock.

See Also

lock

Examples

Run this code
## Not run: 
# require(flock)
# 
# file.lock = lock("~/file.lock")
# # Critical section code goes here
# unlock(file.lock)
# ## End(Not run)

Run the code above in your browser using DataLab