Skip to contents

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).

Usage

make_sngl_grp_ds(seed_ds_tb = NULL, ds_smry_ls)

Arguments

seed_ds_tb

Seed dataset (a tibble), Default: NULL

ds_smry_ls

Dataset summary (a list)

Value

Single group dataset (a tibble)