gen_data_db | R Documentation |
Generate full db from a Cookbook of Recipes
gen_data_db(
cbook,
db = list(),
ns = setNames(rep(500, NROW(cbook)), cbook$table)
)
cbook |
tribble. Columns: table, scaff_ref, data_rec, na_rec |
db |
list. Named list of already existing tables |
ns |
named numeric. Ns for use when generating independent tables. |
A named list of tables of generated data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.