A condition object indicating whether the data contains duplicated
file paths in the parent column.
Details
It is possible for this function to return false negatives if the same path
is written in different ways. For example, "~/file.txt" and
"/Users/me/file.txt" will be treated as different paths even if they
resolve to the same location on the user's machine. Because this function is
typically run from a Shiny app without access to the user's filesystem, it is
not possible to detect every possible duplicate path.