Description Usage Arguments Details Value Examples
Submit a random job
1 | random_job(name = paste0("R_random_job_", digest::digest(runif(1), "crc32")), ...)
|
name |
Job name. |
... |
Pass to |
It only submits Sys.sleep(30)
.
The job id.
1 2 3 4 5 | ## Not run:
random_job()
random_job(name = "test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.