vis_groups: Randomly Assign VIS Participants into Groups (as HTML Table)

View source: R/vis_groups.R

vis_groupsR Documentation

Randomly Assign VIS Participants into Groups (as HTML Table)

Description

Randomly assign a vector of names (typically obtained from a VIS registration) into groups and display the result as an HTML table.

Usage

vis_groups(x, nrow = 5L, ncol = 2L, ...)

Arguments

x

character. Either a vector of names or a file name (csv or xls/xlsx from VIS) from which the Name column can be extracted.

nrow, ncol

numeric. Number of rows and columns into which the students should be assigned.

...

additional arguments passed to read_vis or read.csv2.

Value

A character vector with the HTML code is returned invisibly.


c403 documentation built on Oct. 20, 2023, 3:01 p.m.