I am working with fpp3 forecasting package in R in order to produce a hierarchical forecast but I only need the forecast of the lower levels. Sadly, all values came in an agg_vec type which is not something I want.
Is there anyway to extract its value?
(source: https://otexts.com/fpp3/single-level.html)
As an example, instead of this
Region
<S3: agg_vec>
<S3: agg_vec>
<S3: agg_vec>
I would like I column the string/char representing the Region.