zoltr (version 0.2.2)

upload_info: Get an upload's information

Description

Gets an upload's information that can be used to track the upload's progress. (Uploads are processed in a queue,

Usage

upload_info(zoltar_connection, upload_file_job_id)

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

upload_file_job_id

ID of a job in zoltar_connection that was uploaded via upload_forecast

Value

A `list` of upload information for the passed upload_file_job_id. it has these names: id, url, status, user, created_at, updated_at, failure_message, filename, input_json, output_json

Examples

Run this code
# NOT RUN {
  the_upload_info <- upload_info(conn, 287L)
# }

Run the code above in your browser using DataLab