Use gtcars to create a gt table and use tab_row_group() to add two row groups with the labels: numbered and NA. The row group with the NA label ends up being rendered without a label at all.
Use gtcars to create a gt table. Add two row groups with the labels powerful and super powerful. The distinction between the groups is whether hp is lesser or greater than 600 (governed by the expressions provided to the rows argument).