gt (version 0.10.1)

cells_group: Location helper for targeting row groups (deprecated)

Description

Location helper for targeting row groups (deprecated)

Usage

cells_group(groups = everything())

Arguments

groups

Specification of row group IDs

<row-group-targeting expression> // default: everything()

The row groups to which targeting operations are constrained. Can either be a series of row group ID values provided in c() or a select helper function. Examples of select helper functions include starts_with(), ends_with(), contains(), matches(), one_of(), num_range(), and everything().

Function Introduced

v0.2.0.5 (March 31, 2020)