deprec-context {dplyr} | R Documentation |
Information about the "current" group or variable
Description
These functions were deprecated in dplyr 1.1.0.
-
cur_data()
is deprecated in favor ofpick()
. -
cur_data_all()
is deprecated but does not have a direct replacement as selecting the grouping variables is not well-defined and is unlikely to ever be useful.
Usage
cur_data()
cur_data_all()
[Package dplyr version 1.1.4 Index]