Description Arguments Author(s) Examples
View source: R/create.data.frame.R
create.data.frame
creates a data.frame and allows to add colnames
default_value |
which value to add in all cells? defaults to NA |
nrow |
number of rows |
ncol |
number of cols |
col.names |
character vector with colnames |
Ren攼㸹 Michel
1 | d = create.data.frame(NA, 2, 2, c("Col1", "Col2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.