Description Usage Arguments Value Examples
Use ipcid() to generate a unique mutex or
counter identifier. A mutex or counter with the same id,
including those in different processes, share the same state.
ipcremove() removes external state associated
with mutex or counters created with id.
1 2 3 |
id |
character(1) (optional for |
ipcid() returns a character(1) unique identifier,
with id (if not missing) prepended.
ipcremove() returns (invisibly) TRUE if
external resources were release or FALSE if not (e.g.,
because the resources has already been released).
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.