make_sngl_grp_ds | R Documentation |
make_sngl_grp_ds() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make single group dataset. The function returns Single group dataset (a tibble).
make_sngl_grp_ds(seed_ds_tb = NULL, ds_smry_ls)
seed_ds_tb |
Seed dataset (a tibble), Default: NULL |
ds_smry_ls |
Dataset summary (a list) |
Single group dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.