get_job_id: Get Job Id of Submitted Job

Description Usage Arguments Details Value

View source: R/utils.R

Description

This function is called by other functions that submit jobs to the Acoustic/Silverpop API. It extracts the Job Id from the XML returned by the API call.

Usage

1
get_job_id(request_obj, path)

Arguments

request_obj

Name of the object returned from API call, should always be "request".

path

XML path to the job id.

Details

Job results are available as exports in the Silverpop portal by going to Resources -> Data Jobs.

It is not recommended that these authentication parameters be stored directly in your code. There are various methods and packages available that are more secure; this package does not require you to use any one in particular.

Value

A vector with the Job Id.


ibmAcousticR documentation built on Aug. 28, 2020, 9:06 a.m.