emptyDf {limonaid} | R Documentation |
Create an empty dataframe
Description
This function is used by append_lsdf_rows()
, and you normally
should not use it directly.
Usage
emptyDf(colnames, nrow, fillWith = "")
Arguments
colnames |
The column names for the dataframe. |
nrow |
The number of rows. |
fillWith |
What to fill the dataframe with. |
Value
The data.frame.
Examples
limonaid::emptyDf(c("x", "y"), 3);
[Package limonaid version 0.1.5 Index]