padNArows: Pad rows of a 'data.frame' with 'NA'

Description Usage Arguments Value Author(s) Examples

View source: R/mrdwabmisc_non-exported.R

Description

A helper function for CBIND to pad a data.frame with NA to make cbind work as expected.

Usage

1
padNArows(mydata, rowsneeded)

Arguments

mydata

The input data.frame

rowsneeded

The desired number of rows.

Value

A data.frame with rows of NA values appended to the bottom.

Author(s)

Ananda Mahto

Examples

1
2
mydf <- data.frame(a = 1:3, b = c("a", "b", "c"))
mrdwabmisc:::padNArows(mydf, 10)

mrdwab/mrdwabmisc documentation built on May 23, 2019, 7:15 a.m.