Skip to content

Commit

Permalink
Mention select_helpers in ?select. closes #3314 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed May 29, 2018
1 parent 8e35746 commit fde94cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions R/manip.r
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ arrange.grouped_df <- function(.data, ..., .by_group = FALSE) {
#' represent column positions. They support
#' [unquoting][rlang::quasiquotation] and splicing. See
#' `vignette("programming")` for an introduction to these concepts.
#'
#' See [select helpers][tidyselect::select_helpers] for more details and
#' examples about tidyselect helpers such as `starts_with()`, `everything()`, ...
#' @return An object of the same class as `.data`.
#' @family single table verbs
#' @export
Expand Down
5 changes: 4 additions & 1 deletion man/select.Rd

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

0 comments on commit fde94cc

Please sign in to comment.