Skip to content

Commit

Permalink
Update man/rmd/overview.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Vaughan <[email protected]>
  • Loading branch information
lionel- and DavisVaughan authored Oct 28, 2024
1 parent 2e4e2da commit d4f1242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/rmd/overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Other helpers select variables by matching patterns in their names:
* [`matches()`][tidyselect::matches()]: Matches a regular expression.
* [`num_range()`][tidyselect::num_range()]: Matches a numerical range like x01, x02, x03.

Or from variables stored in a character vector:
Or from external variables stored in a character vector:

* [`all_of()`][tidyselect::all_of()]: Matches variable names in a character vector. All
names must be present, otherwise an out-of-bounds error is
Expand Down

0 comments on commit d4f1242

Please sign in to comment.