Skip to content

Commit

Permalink
dplyr no mutate
Browse files Browse the repository at this point in the history
  • Loading branch information
heronoh committed Jan 30, 2024
1 parent b3d0d92 commit 951f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_blast_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ get_blast_results <- function(asv,
trim_ws = TRUE,
comment = "#"
) %>%
mutate(dplyr::across(.cols = dplyr::ends_with("taxid"), # adicionado para testes
dplyr::mutate(dplyr::across(.cols = dplyr::ends_with("taxid"), # adicionado para testes
~ as.character(.)
))

Expand Down

0 comments on commit 951f312

Please sign in to comment.