Code
lock(tmp, exclusive = FALSE)
Condition
Error in `lock()`:
! File already has an exclusive lock
Code
lock(tmp, exclusive = TRUE)
Condition
Error in `lock()`:
! File already has a shared lock
Code
unlock(1)
Condition
Error in `unlock()`:
! `unlock()` needs a lock object, not a file name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.