Skip to content

dplyr: select call changed #29

@maciejjan

Description

@maciejjan
Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
  # Was:
  data %>% select(grouping.var)

  # Now:
  data %>% select(all_of(grouping.var))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions