R/rotation.R
sheet_for.Rd
Sheet counts are frozen at session start. Modulo mapping permits several participants to contribute to the same sheet in one round without replacing one another's entries. A smaller arriving group can leave sheets untouched.
sheet_for(idx, n_sheets)
Positive integer within-group index.
Positive integer number of sheets for the topic.
A numeric vector of one-based sheet indices.
sheet_for(1:6, 5) #> [1] 1 2 3 4 5 1