indicator_forecast: Forecast the indicator value

Description Usage Arguments Value

Description

Forecast the indicator value

Usage

1
indicator_forecast(indicator, forecast_periods = NULL)

Arguments

indicator

A tibble created by get_eurostat_indicator. with time, geo, value, frequency, estimate and method columns.

forecast_periods

The number of expected forecasts. If set to default NULL, annual indicators will be forecasted to 3 periods, quarterly to 5 periods, monthly to 12 periods and daily to 30 periods.

Value

A tibble updated with with forecasted values.


dataobservatory-eu/indicator documentation built on Dec. 19, 2021, 8:13 p.m.