Coerce a dataset to a mable
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).