detect_duplicates.Rd
Scans the project for functions that are structurally identical. Uses 'terminal' token analysis to distinguish operators like + vs *.
detect_duplicates(dir_path, ignore_constants = TRUE)
String. Path to the project root.
Logical. If TRUE, treats 'x * 12' and 'x * 52' as identical.
A tibble grouping functions by their logic signature.