Skip to content

Commit

Permalink
Update utils.R
Browse files Browse the repository at this point in the history
Added line to export `get_matches()`
  • Loading branch information
knoiva-indecon committed Nov 25, 2024
1 parent 3c7db74 commit 9ff49b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ get_returnListStatus <- function(cond0=TRUE){
}

### Function to make it easier to subset a vector
#' @export
get_matches <- function(
x, ### Vector to subset
y, ### Vector to check x against
Expand Down

0 comments on commit 9ff49b9

Please sign in to comment.