upload_info_forecast_url: Get a new forecast upload's url

Description Usage Arguments Value Examples

View source: R/upload-file-job.R

Description

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

Usage

1
upload_info_forecast_url(zoltar_connection, the_upload_info)

Arguments

zoltar_connection

A 'ZoltarConnection' object as returned by new_connection

the_upload_info

a 'list' object as returned by upload_info

Value

A URL of the new forecast

Examples

1
2
3
4
## Not run: 
  new_forecast_url <- upload_info_forecast_url(conn, "http://example.com/api/uploadfilejob/2/")

## End(Not run)

zoltr documentation built on April 17, 2020, 1:15 a.m.