# Run the function
beesRaw_out <- coordUncerFlagR(data = beesRaw,
uncerColumn = "coordinateUncertaintyInMeters",
threshold = 1000)
# View the output
table(beesRaw_out$.uncertaintyThreshold, useNA = "always")
Run the code above in your browser using DataLab