View source: R/bulk-operation.R
sf_get_job_bulk | R Documentation |
This function retrieves details about a Job in the Salesforce Bulk API
sf_get_job_bulk( job_id, api_type = c("Bulk 1.0", "Bulk 2.0"), query_operation = FALSE, verbose = FALSE )
job_id |
|
api_type |
|
query_operation |
|
verbose |
|
A tbl_df
of parameters defining the details of the specified job id
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch
## Not run: job_info <- sf_create_job_bulk('insert', 'Account') refreshed_job_info <- sf_get_job_bulk(job_info$id) sf_abort_job_bulk(refreshed_job_info$id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.