Skip to content

Commit

Permalink
update the get_trait_from_taxon()
Browse files Browse the repository at this point in the history
  • Loading branch information
haganjam committed Jul 16, 2023
1 parent 88e1d3d commit a9db9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_trait_from_taxon.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ get_trait_from_taxon <- function(data,
trait_sel <-
decision_df |>
dplyr::filter(workflow2_choice == TRUE) |>
dplyr::group_by(, row) |>
dplyr::group_by(row) |>
dplyr::slice_head(n = 1) |>
dplyr::ungroup()

Expand Down

0 comments on commit a9db9f7

Please sign in to comment.