Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 12, 2023
1 parent 7799725 commit 8c001be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/data_seek.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ data_seek <- function(data, pattern, seek = c("names", "labels"), fuzzy = FALSE)

# clean up
pos <- unique(pos)
# remove -1
pos <- pos[which(pos != -1)]

# variable labels of matching variables
labels <- vapply(
Expand Down

0 comments on commit 8c001be

Please sign in to comment.