detect_function_conflicts: Detect function conflicts between packages

Description Usage Value

View source: R/convenience.r

Description

Detect function conflicts between packages

Usage

1

Value

A list of character vectors of conflicting functions (invisibly)

Mostly useful for the side-effect of printing conflicting functions.

This function draws heavily from tidyverse::tidyverse_conflicts(), except it finds any conflicts (not just with tidyverse packages), and it's got no dependencies beyond base R (>= 3.0ish)

Note that this function detects conflicts between attached packages, not packages and user-defined functions, or packages that haven't been attached.


karldw/kdw.junk documentation built on Sept. 8, 2021, 9:30 p.m.