validate_formula: Validate the user provided model

View source: R/parse.R

validate_formulaR 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


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