powered by
This function is used by append_lsdf_rows(), and you normally should not use it directly.
append_lsdf_rows()
emptyDf(colnames, nrow, fillWith = "")
The column names for the dataframe.
The number of rows.
What to fill the dataframe with.
The data.frame.
# NOT RUN { limonaid::emptyDf(c("x", "y"), 3); # }
Run the code above in your browser using DataLab