From a6823163384c206a326ea624bdfa22e33fcb4622 Mon Sep 17 00:00:00 2001 From: David Blodgett <dblodgett@usgs.gov> Date: Wed, 17 May 2023 13:55:34 -0500 Subject: [PATCH] ungroup() --- workspace/05_hyRefactor_flines.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/05_hyRefactor_flines.Rmd b/workspace/05_hyRefactor_flines.Rmd index ccdb427..3b1c27f 100644 --- a/workspace/05_hyRefactor_flines.Rmd +++ b/workspace/05_hyRefactor_flines.Rmd @@ -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") -- GitLab