Skip to content
Snippets Groups Projects
Commit a6823163 authored by Blodgett, David L.'s avatar Blodgett, David L.
Browse files

ungroup()

parent 662ece9c
No related branches found
No related tags found
1 merge request!171Clean up and fix issues in reference flowline creation
......@@ -183,7 +183,7 @@ if(needs_layer(out_refac_gpkg, outlets_layer)) {
check_dups_poi <- final_outlets %>%
group_by(reconciled_ID) %>%
filter(n() > 1) %>%
ungroup
ungroup()
if(nrow(check_dups_poi) > 1){
print("Double-check for double POIs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment