Skip to content

Commit

Permalink
Fixed “characater” to “character” misspelling (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh committed Feb 16, 2020
1 parent 2c8a9ca commit 0bd2bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-tidy.Rmd
Expand Up @@ -331,7 +331,7 @@ Tidy-selection provides a concise way of selecting columns by position, name, or

### Indirection

To refer to variables indirectly use `any_of()` or `all_of()`[one-of]: both expect an characater vector env-variable containing data-variable names. The only difference is what happens if you supply a variable named that doesn't exist in the input: `all_of()` will throw an error, while `any_of()` will silently ignore it.
To refer to variables indirectly use `any_of()` or `all_of()`[one-of]: both expect an character vector env-variable containing data-variable names. The only difference is what happens if you supply a variable named that doesn't exist in the input: `all_of()` will throw an error, while `any_of()` will silently ignore it.

[^one-of]: In older versions of tidyselect and dplyr, you'll need to use `one_of()`. It has the same semantics as `any_of()`, but a less informative name.

Expand Down

0 comments on commit 0bd2bdb

Please sign in to comment.