From fb20b6e4a725c1c7df6ee10406d48439f07a69db Mon Sep 17 00:00:00 2001 From: Alex MacPhail <36797853+agmacpha@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:42:49 -0700 Subject: [PATCH] Update acoustic-pre-processing.R --- R/acoustic-pre-processing.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/acoustic-pre-processing.R b/R/acoustic-pre-processing.R index 53ff314..4d790c0 100644 --- a/R/acoustic-pre-processing.R +++ b/R/acoustic-pre-processing.R @@ -835,7 +835,7 @@ wt_kaleidoscope_tags <- function (input, output, tz, freq_bump = T) { dplyr::relocate(minFreq, .after = tagLength) %>% dplyr::relocate(maxFreq, .after = minFreq) %>% dplyr::relocate(internal_tag_id, .after = maxFreq) %>% - dplyr::drop_na() + tidyr::drop_na() #Write the file return(write.csv(in_tbl_wtd, file = output, row.names = F))