conflicted
conflicted copied to clipboard
FR: Rank of preferred conflicted packages
At the recent Posit conf, duckplyr was announced.
This got me thinking. I have been using conflicted::conflict_prefer_all(winner = "tidytable", quiet = TRUE) but now I want to use duckplyr and tidytable as second option for the functions that do not exist or are not supported in duckplyr. Essentially, I want to eliminate all the dplyr functions from tidymodels.
I wonder if this works:
conflicted::conflict_prefer_all(winner = "tidytable")
conflicted::conflict_prefer_all(winner = "duckplyr", lzoer = "tidytable")