job_info_forecast_url: Get a new forecast upload's url

View source: R/job.R

job_info_forecast_urlR Documentation

Get a new forecast upload's url

Description

A helper function for jobs representing file uploads. Returns the URL of a newly-uploaded forecast from job_info.

Usage

job_info_forecast_url(zoltar_connection, the_job_info)

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

the_job_info

a list object as returned by job_info()

Value

A URL of the new forecast

Examples

## Not run: 
  new_forecast_url <- job_info_forecast_url(conn, "http://example.com/api/job/2/")

## End(Not run)

reichlab/zoltr documentation built on April 13, 2024, 2:13 a.m.