Description Usage Arguments Value Examples
Helper function that gets format of job ID to be accepted in VORTX.
1 | get_job_id(job)
|
job |
String, Numeric or List of parsed JSON. Can be either the job ID itself in String or Numeric format or a parsed JSON (result of a vortx_create_job) of a job. |
String of job ID
1 2 3 4 5 6 7 8 9 | ## Not run:
jobid <- '1234567890'
job <- vortx_create_job(...)
get_job_id(jobid)
get_job_id(job)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.