From 48eb6223901ce75afa12030f14caf059e0822ded Mon Sep 17 00:00:00 2001 From: hillarymarler Date: Fri, 3 Jan 2025 11:26:22 -0500 Subject: [PATCH] Spelling updates --- R/Utilities.R | 2 +- inst/WORDLIST | 1 + man/TADA_FindNearbySites.Rd | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/R/Utilities.R b/R/Utilities.R index b94133a1..c39b4521 100644 --- a/R/Utilities.R +++ b/R/Utilities.R @@ -837,7 +837,7 @@ TADA_FormatDelimitedString <- function(delimited_string, delimiter = ",") { #' greatest number of results, and "random" which selects random metadata from the site group. #' The default is meta_select = "random". #' -#' @return Input dataframe with a TADA.SiteGruop column that +#' @return Input dataframe with a TADA.SiteGroup column that #' indicates the nearby site group each monitoring location belongs to. Grouped #' sites are concatenated in the TADA.MonitoringLocationIdentifier column #' (e.g. "USGS-10010025","USGS-10010026" enclosed in square brackets []). diff --git a/inst/WORDLIST b/inst/WORDLIST index 566be150..f186d4f1 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -158,6 +158,7 @@ ND's NHD NHDPlus NWIS +NearbySiteGroup NearbySites NoResultValue NoTargetUnit diff --git a/man/TADA_FindNearbySites.Rd b/man/TADA_FindNearbySites.Rd index a1e562da..58fab45b 100644 --- a/man/TADA_FindNearbySites.Rd +++ b/man/TADA_FindNearbySites.Rd @@ -39,7 +39,7 @@ greatest number of results, and "random" which selects random metadata from the The default is meta_select = "random".} } \value{ -Input dataframe with a TADA.SiteGruop column that +Input dataframe with a TADA.SiteGroup column that indicates the nearby site group each monitoring location belongs to. Grouped sites are concatenated in the TADA.MonitoringLocationIdentifier column (e.g. "USGS-10010025","USGS-10010026" enclosed in square brackets []).