Description Usage Arguments Value
Generate a vector or table from a custom template
1 2 3 4 5 6 7 |
template |
column or table template that you want to use to create your vector or table |
size |
desired size of the resulting vector or table |
columns |
used to select specific columns from a table template. Can be a character vector with column names or an integer vector with the column index |
table_type |
specific type of table to return, can be one of 'data.table' or 'tibble' |
seed |
Seed used for generation. |
A vector or table generated from the specified template
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.