Learn R Programming

limonaid (version 0.1.5)

emptyDf: 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

Run this code
# NOT RUN {
limonaid::emptyDf(c("x", "y"), 3);
# }

Run the code above in your browser using DataLab