| capacityEnough | R Documentation |
Tests whether a data.frame has enough blank rows at the bottom.
capacityEnough(x, dfLength)
x |
|
dfLength |
integer representing the number of rows to be appended to x |
TRUE if number of blank rows is greater than dfLength.
FALSE if number of blank rows is less than or equal to
dfLength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.