Reports any exported function name collisions between attached R4SUB
packages and other loaded packages.
Value
A tibble with columns: func, r4sub_package, other_package.
Returned invisibly. Prints conflicts if any exist.
Examples
r4sub_conflicts()
#> ✔ No conflicts detected between R4SUB and other packages.