hillarymarler
hillarymarler
I'm still seeing the same error when I try to assign a name with col_pair = TRUE.
This is a tricky one! On my laptop monitor I get this error:  I have two other monitors. One of them it works, on the other one, I get...
Example data set that will fail this test: ``` df
Additional data sets that cause test failures for testing: ``` df2
@wokenny13 - I think the extra rows are being added in situations where records from the same organization are being identified as duplicates in TADA_FindPotentialDuplicatesMultipleOrgs. And is a result of...
I think the issue may be here: ``` # get rid of results with no site group added - not duplicated spatially dupsites % tidyr::separate_rows(TADA.MonitoringLocationIdentifier, sep = ",") ``` As...
@mhweber - we had a chance to discuss this at our last team meeting and would welcome a PR from you on this as we don't currently have a way...
There is a good example use case in included in the PR assessment draft: https://github.com/afisherR2/Assessment-App PR has a coral reef layer that would useful to add to the map to...
Should we also be thinking about adding a TADA.MonitoringLocationName column? I haven't run into this yet, but I am wondering if having two (or more) different MonitoringLocationNames for the same...
For differing metadata, one idea I had was to use an org hierarchy like in TADA_FindPotentialDuplicatesMultipleOrgs. This would allow users to prioritize retaining metadata from their own org in cases...