zoltr (version 0.2.2)

delete_forecast: Delete a forecast

Description

Deletes the forecast with the passed ID. This is permanent and cannot be undone.

Usage

delete_forecast(zoltar_connection, forecast_id)

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

forecast_id

ID of a forecast in zoltar_connection's forecasts

Value

None

Examples

Run this code
# NOT RUN {
  delete_forecast(conn, 46L)
# }

Run the code above in your browser using DataLab