View source: R/crew_random_name.R
| crew_random_name | R Documentation |
Generate a random string that can be used as a name for a worker or task.
crew_random_name(n = 12L)
n |
Number of bytes of information in the random string
hashed to generate the name. Larger |
The randomness is not reproducible and cannot be set with
e.g. set.seed() in R.
A random character string.
Other utility:
crew_assert(),
crew_clean(),
crew_deprecate(),
crew_eval(),
crew_retry(),
crew_terminate_process(),
crew_terminate_signal(),
crew_worker()
crew_random_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.