Skip to content

Commit

Permalink
Fix bug in getDataReady.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Jan 22, 2024
1 parent 683fa40 commit 02436a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/taxPPro.R
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ getSetWithoutIDs <- function(tbl, set_with_ids = NULL) {
# dplyr::relocate(tidyselect::all_of(.orderedColumns()))
} else {
output <- tbl |>
dplyr::filter(lgl_vct) |>
dplyr::select(
-.data$NCBI_ID, -.data$Frequency
) |>
Expand Down

0 comments on commit 02436a0

Please sign in to comment.