The goal of grouper is to make it easier for an instructor to divide students into groups.
You can install the development version of grouper from GitHub with:
# install.packages("pak")
pak::pak("singator/grouper")This is a basic example which shows you how to solve a common problem:
library(grouper)
## basic example codeFor more details, please contact Vik Gopal vik.gopal@nus.edu.sg or Kevin Lam lamfy@nus.edu.sg.