From 8a3e7b348034080caa07ffea1f2fe720faae5f5c Mon Sep 17 00:00:00 2001
From: Bock <abock@usgs.gov>
Date: Mon, 8 May 2023 10:30:28 -0600
Subject: [PATCH] forgot to rename function

---
 workspace/R/NHD_navigate.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workspace/R/NHD_navigate.R b/workspace/R/NHD_navigate.R
index f2d45e0..5294350 100644
--- a/workspace/R/NHD_navigate.R
+++ b/workspace/R/NHD_navigate.R
@@ -1474,7 +1474,7 @@ wb_poi_collapse <- function(tmp_POIs, nhd, events){
   return(list(POIs = tmp_POIs_fin, events_ret = events))
 }
 
-#'  Creates Waterbody POIs, calls a few other functions
+#'  Collapses POIs together based on criteria
 #'  @param (pois) sf data frame of POIs
 #'  @param move_category (character) POI data theme to move
 #'  @param DAR (numeric) drainage area threshold to move within
-- 
GitLab