Learn R Programming

zoltr (version 0.5.1)

forecasts: Get a model's forecasts

Description

Get a model's forecasts

Usage

forecasts(zoltar_connection, model_url)

Value

A `data.frame` of forecast information for the passed model

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

model_url

URL of a model in zoltar_connection's models

Examples

Run this code
if (FALSE) {
  the_forecasts <- forecasts(conn, "http://www.zoltardata.com/api/model/1/")
}

Run the code above in your browser using DataLab