Creates a alloc_params_t table for storing transition model metadata and serialized model objects. This function creates an empty table with proper structure for storing fitted models.
Usage
as_alloc_params_t(x)
# S3 method for class 'alloc_params_t'
print(x, nrow = 10, ...)Arguments
- x
A list or data.frame coercible to a data.table
- nrow
- ...
passed to data.table::print.data.table