as_mable: Coerce a dataset to a mable

View source: R/mable.R

as_mableR 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).


fabletools documentation built on Oct. 12, 2023, 1:07 a.m.