Learn R Programming

parsnip (version 0.1.4)

show_engines: Display currently available engines for a model

Description

The possible engines for a model can depend on what packages are loaded. Some parsnip-adjacent packages add engines to existing models. For example, the multilevelmod package adds additional engines for the linear_reg() model and these are not available unless multilevelmod is loaded.

Usage

show_engines(x)

Arguments

x

The name of a parsnip model (e.g., "linear_reg", "mars", etc.)

Value

A tibble.

Examples

Run this code
# NOT RUN {
show_engines("linear_reg")
# }

Run the code above in your browser using DataLab