Learn R Programming

zoltr (version 0.5.1)

upload_info_forecast_url: Get a new forecast upload's url

Description

A helper function that returns the URL of a newly-uploaded forecast from upload_info.

Usage

upload_info_forecast_url(zoltar_connection, the_upload_info)

Value

A URL of the new forecast

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

the_upload_info

a `list` object as returned by upload_info

Examples

Run this code
if (FALSE) {
  new_forecast_url <- upload_info_forecast_url(conn, "http://example.com/api/uploadfilejob/2/")
}

Run the code above in your browser using DataLab