Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 12, 2023
1 parent cec92d9 commit d4aaac6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/seek_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
#' data, i.e. when the variables either have a `label` attribute or `labels`
#' attribute.
#'
#' `seek_variables()` is particular useful for larger data frames with labelled
#' data - finding the correct variable name can be a challenge. This function
#' helps to find the required variables, when only certain patterns of variable
#' names or labels are known.
#'
#' @param data A data frame.
#' @param pattern Character string (regular expression) to be matched in `data`.
#' May also be a character vector of length > 1. `pattern` is searched for in
Expand Down
5 changes: 5 additions & 0 deletions man/seek_variables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4aaac6

Please sign in to comment.