Skip to content

Commit

Permalink
more precise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Apr 25, 2024
1 parent 036d2e3 commit 7ac3d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/eval-select.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
#' # same as `enquo(arg)`.
#'
#' # give a better error message if you don't want empty selection
#' # if supplying `error_arg`
#' select_not_empty <- function(x, cols) {
#' eval_select(expr = enquo(cols), data = x, allow_empty = FALSE, error_arg = "cols")
#' }
Expand Down
1 change: 1 addition & 0 deletions man/eval_select.Rd

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

0 comments on commit 7ac3d70

Please sign in to comment.