emptydf | R Documentation |
Helper function that creates an empty data.frame
emptydf(nrow, ncol, names)
nrow |
Number of rows |
ncol |
Number of columns |
names |
Number of names of the columns |
A data frame of NAs, with the given column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.