spacer_rows: Spacer rows

View source: R/pivot_table.R

spacer_rowsR Documentation

Spacer rows

Description

Gets the empty row numbers for a table. If there are several consecutive empty rows, only one is considered. The first and last rows in the table are also added to the list even if they are not empty.

Usage

spacer_rows(df)

Arguments

df

A data frame.

Value

A vector of numbers.


flattabler documentation built on May 29, 2024, 2:46 a.m.