dummy_data | R Documentation |
create a dummy numeric data frame
dummy_data(nbcol, nbrow, VarName = paste0("var_", 1:nbcol))
nbcol |
integer, the number of columns (i.e. variables) in your dummy data |
nbrow |
integer, the number of rows (i.e. observations) in your dummy data |
VarName |
character vector of length ncol, the name of your variables |
a dummy data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.