dplyr_context: Context functions from dplyr

dplyr_contextR Documentation

Context functions from dplyr

Description

These functions return information about the "current" group or "current" variable, so only work inside specific contexts like summarise() and mutate()

Details

  • n() gives the current group size.

  • cur_data() gives the current data for the current group (excluding grouping variables).

  • cur_data_all() gives the current data for the current group (including grouping variables)

  • cur_group() gives the group keys, a tibble with one row and one column for each grouping variable.

  • cur_group_id() gives a unique numeric identifier for the current group.

  • cur_column() gives the name of the current column (in across() only).

See group_data() for equivalent functions that return values for all groups.


quanteda/quanteda.tidy documentation built on April 5, 2025, 2:50 p.m.