Open NewGraphEnvironment opened 1 year ago
improvements now made to fpr::fpr_photo_remove_dupes
to see the photos that have duplicates and triplicates and the difference before and after running actual removals we can load a .RDATA
file and inspect all the objects it brings in. Restarting R (control + command + 0) on mac beforehand can be handy. We should be careful to not rerun fpr::fpr_photo_remove_dupes
with the dry_run = F
. Will hash out on commit
related to https://github.com/NewGraphEnvironment/dff-2022/issues/65 and https://github.com/NewGraphEnvironment/fpr/issues/46
site 3701268
showing dup issue.
Can maybe just change for now then deal through
here are what the dupes look like after the first round of duplicates are removed which we can see by running
fpr::fpr_photo_remove_dupes
then moding the function by removing the call todistinct
andfile.remove
from the function on a second run of the function. A bit to chew on there