Skip to content

Commit

Permalink
Update R/extract_column_names.R
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
strengejacke and etiennebacher authored Nov 27, 2024
1 parent 57f1813 commit e5f6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/extract_column_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' - a vector of negative integers, giving the positions counting from the
#' right (e.g., `-1` or `-1:-3`),
#' - one of the following select-helpers: `starts_with()`, `ends_with()`,
#' `contains()`, a range using `:` or `regex()`. `starts_with()`,
#' `contains()`, a range using `:`, or `regex()`. `starts_with()`,
#' `ends_with()`, and `contains()` accept several patterns, e.g
#' `starts_with("Sep", "Petal")`. `regex()` can be used to define regular
#' expression patterns.
Expand Down

0 comments on commit e5f6289

Please sign in to comment.