ps_string | R Documentation |
ps_handle
as a short stringA convenient format for passing between processes, naming semaphores, or using as a directory/file name. Will always be 14 alphanumeric characters, with the first and last characters guarantied to be letters. Encodes the pid and creation time for a process.
ps_string(p = ps_handle())
p |
Process handle. |
A process string (scalar character), that can be passed to
ps_handle()
in place of a pid.
(p <- ps_handle())
(str <- ps_string(p))
ps_handle(pid = str)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.