validate_formula {fabletools}R Documentation

Validate the user provided model

Description

Appropriately format the user's model for evaluation. Typically ran as one of the first steps in a model function.

Usage

validate_formula(model, data = NULL)

Arguments

model

A quosure for the user's model specification

data

A dataset used for automatic response selection


[Package fabletools version 0.5.0 Index]