tidymodels_prefer {tidymodels} | R Documentation |
tidymodels_prefer()
uses the conflicted
package to handle common
conflicts with tidymodels and other packages.
tidymodels_prefer(quiet = TRUE)
quiet |
If |
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.
tidymodels_prefer(quiet = FALSE)