Description Usage Arguments Value References Examples
This function closes a Job in the Salesforce Bulk API
| 1 | rforcecom.closeBulkJob(session, jobId)
 | 
| session | a named character vector defining parameters of the api connection as returned by rforcecom.login | 
| jobId | a character string defining the salesforce id assigned to a submitted job as returned by rforcecom.createBulkJob | 
A list of parameters defining the now closed job
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/
| 1 2 3 4 | ## Not run: 
job_close_info <- rforcecom.closeBulkJob(session, jobId=job_info$id)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.