getgroup: Create Groupings of Students

View source: R/getgroup.R

getgroupR Documentation

Create Groupings of Students

Description

Create groups of students and plot groups to screen.

Usage

getgroup(g.first, n = 2)

Arguments

g.first

Character vector of student names.

n

number per group

Details

Class roster will be divided into n groups and displayed on the the screen.

Value

List of groups with names.

Note

The class is currently randomized in this version.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

GetStudentNames

Examples



g.last =c('Joyce', 'Einstein', 'Hertz', 'Bailey',
'Compton', 'Jones', 'Wilson', 'Smith', 'Anderson' )

getgroup(g.last, n = 3)


ProfessR documentation built on Aug. 21, 2023, 9:07 a.m.