gen_tb | R Documentation |
generate tibbles
gen_tb(nrow = 3, ncol = 4, fill = "float", colnames = NULL, seed = NULL, ...)
nrow |
number of rows |
ncol |
number of columns |
fill |
fill by, one of |
colnames |
names of columns |
seed |
random seed |
... |
parameters of |
tibble
gen_tb()
gen_tb(fill = "str", nrow = 3, ncol = 4, len = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.