tidymodels_prefer: Resolve conflicts between tidymodels packages and others

View source: R/tidymodels_prefer.R

tidymodels_preferR Documentation

Resolve conflicts between tidymodels packages and others

Description

tidymodels_prefer() uses the conflicted package to handle common conflicts with tidymodels and other packages.

Usage

tidymodels_prefer(quiet = TRUE)

Arguments

quiet

If TRUE, all output will be suppressed

Details

The list of conflicts includes several dozen that are known issues with other packages.

Note that the conflicted package is used to manage which packages take precedence. Using tidymodels_prefer() will turn on general conflict resolution during the R session.

See Also

tidymodels_conflicts()

Examples

tidymodels_prefer(quiet = FALSE)

tidymodels documentation built on Aug. 25, 2023, 1:07 a.m.