spacer_columns: Spacer columns

View source: R/pivot_table.R

spacer_columnsR Documentation

Spacer columns

Description

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

Usage

spacer_columns(df)

Arguments

df

A data frame.

Value

A vector of numbers.


flattabler documentation built on Sept. 15, 2023, 1:06 a.m.