Description Usage Arguments Value
View source: R/create_groups.R
This function takes a data frame and creates smaller subsets based on the group.size parameter
1 | create_groups(df_participants, min_group_size = 3)
|
df_participants |
a data frame of willing participants! |
min_group_size |
a number for the desired group size |
df.participants with a new column, Group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.