Skip to content
Prev 24154 / 63424 Next

File locking in R?

Hi,

I guess the answer will be no, because of the different underlying
operating systems, but just in case: Is there a way to open a file
such that it is locked for other processes to write to it (until the
file is closed/the lock is released)?

/Henrik