Skip to content

Commit

Permalink
Update mx_search.R
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoxiangLi committed Oct 21, 2024
1 parent ec7713a commit ed28762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mx_search.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ run_search <- function(mx_data,
dplyr::any_vars(grepl(paste(query,
collapse = "|"
), .))
) %>%
) |>
dplyr::select(node)

and <- tmp$node
Expand Down

0 comments on commit ed28762

Please sign in to comment.