R/utils.R
make_empty_horizons.Rd
Build an empty horizons data.table with the canonical schema
make_empty_horizons(n = 0L)
Number of rows (default 0).
A data.table with all canonical horizon columns filled with NAs of the correct type.
data.table
h <- make_empty_horizons(3) nrow(h) #> [1] 3