df.init | R Documentation |
Initiate an empty data frame
df.init(x, nrow = 0)
x |
A character vector of column names. |
nrow |
Number of rows (defaults to 0). |
A data.frame filled with NA
.
Sercan Kahveci
test <- df.init(c("A","B","C"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.