Skip to content

Commit

Permalink
Update acoustic-pre-processing.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmacphail authored Mar 6, 2024
1 parent eedf13c commit fb20b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/acoustic-pre-processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit fb20b6e

Please sign in to comment.