Skip to content

Out of context all_of() should error #269

@lionel-

Description

@lionel-
tidyselect::all_of("x")
#> [1] "x"

tidyselect::any_of("x")
#> Error:
#> ! `any_of()` must be used within a *selecting* function.
#> ℹ See <https://tidyselect.r-lib.org/reference/faq-selection-context.html>.

Metadata

Metadata

Assignees

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions