capacityEnough: Is capacity of data.frame enough?

View source: R/df_functions.R

capacityEnoughR Documentation

Is capacity of data.frame enough?

Description

Tests whether a data.frame has enough blank rows at the bottom.

Usage

capacityEnough(x, dfLength)

Arguments

x

data.frame

dfLength

integer representing the number of rows to be appended to x

Value

TRUE if number of blank rows is greater than dfLength. FALSE if number of blank rows is less than or equal to dfLength.


basilrabi/mansched2 documentation built on May 19, 2023, 9:51 p.m.