# \dontshow{
data.table::setDTthreads(2) # restricts number of cores used on CRAN
# }
library(magrittr) # pipe operator
example_quantile %>%
as_forecast_quantile() %>%
get_forecast_counts(by = c("model", "target_type"))
Run the code above in your browser using DataLab