Skip to content

Update functions.R#16

Open
matmu wants to merge 1 commit into
kauralasoo:masterfrom
matmu:patch-2
Open

Update functions.R#16
matmu wants to merge 1 commit into
kauralasoo:masterfrom
matmu:patch-2

Conversation

@matmu

@matmu matmu commented Sep 13, 2021

Copy link
Copy Markdown
Contributor

1: select_() is deprecated as of dplyr 0.7.0.
Please use select() instead.
2: arrange_() is deprecated as of dplyr 0.7.0.
Please use arrange() instead.
3: filter_() is deprecated as of dplyr 0.7.0.
Please use filter() instead.
4: group_by_() is deprecated as of dplyr 0.7.0.
Please use group_by() instead.

1: `select_()` is deprecated as of dplyr 0.7.0.
Please use `select()` instead.
2: `arrange_()` is deprecated as of dplyr 0.7.0.
Please use `arrange()` instead.
3: `filter_()` is deprecated as of dplyr 0.7.0.
Please use `filter()` instead.
4: `group_by_()` is deprecated as of dplyr 0.7.0.
Please use `group_by()` instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant