as_mable: Coerce a dataset to a mable
Description
Coerce a dataset to a mable
Usage
as_mable(x, ...)# S3 method for 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).