create_groups: Create roughly equal sized groups of people

Description Usage Arguments Value

View source: R/create_groups.R

Description

This function takes a data frame and creates smaller subsets based on the group.size parameter

Usage

1
create_groups(df_participants, min_group_size = 3)

Arguments

df_participants

a data frame of willing participants!

min_group_size

a number for the desired group size

Value

df.participants with a new column, Group


mleary/fika documentation built on March 29, 2020, 12:59 a.m.