CoordinateCleaner
CoordinateCleaner copied to clipboard
clean_dataset.R reports lat and lon outliers. How can I see which records it has flagged?
clean_coordinates()
does not flag any of my records as outliers
clean_dataset()
has flagged 9 lat.n.outliers
and 13 lon.n.outliers
. How can I see which records it has flagged at the dataset level?
I'm running version CoordinateCleaner 2.0-20 and R version 4.1.1
Thanks!