get_job_id: Helper Get Job ID

Description Usage Arguments Value Examples

Description

Helper function that gets format of job ID to be accepted in VORTX.

Usage

1

Arguments

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.

Value

String of job ID

Examples

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)

Aquarela-Advanced-Analytics/r2vortx documentation built on May 20, 2019, 8:46 a.m.