as_mable {fabletools} | R Documentation |
Coerce a dataset to a mable
Description
Coerce a dataset to a mable
Usage
as_mable(x, ...)
## S3 method for class 'data.frame'
as_mable(x, key = NULL, model = NULL, ...)
Arguments
x |
A dataset containing a list model column. |
... |
Additional arguments passed to other methods. |
key |
Structural variable(s) that identify each model. |
model |
Identifiers for the columns containing model(s). |
[Package fabletools version 0.4.2 Index]