testAndExpand: Test and Expand 'data.frame'

View source: R/df_functions.R

testAndExpandR Documentation

Test and Expand data.frame

Description

Tests a data.frame whether there is enough blank rows for appending. If there is not enough slot, the data.frame is expanded with blank rows.

Usage

testAndExpand(x, dfLength)

Arguments

x

data.frame

dfLength

integer representing the number of rows to be appended to x

Value

data.frame with NA rows at the bottom


basilrabi/mansched documentation built on May 18, 2023, 1:29 p.m.