Description Usage Arguments Value Author(s) Examples
View source: R/mrdwabmisc_non-exported.R
A helper function for CBIND
to pad a data.frame
with
NA
to make cbind
work as expected.
1 | padNArows(mydata, rowsneeded)
|
mydata |
The input |
rowsneeded |
The desired number of rows. |
A data.frame
with rows of NA
values appended to the
bottom.
Ananda Mahto
1 2 | mydf <- data.frame(a = 1:3, b = c("a", "b", "c"))
mrdwabmisc:::padNArows(mydf, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.