datatable_eval: HTML table widget of all courses using the DataTables library

Description Usage Arguments See Also Examples

Description

This function takes a data frame from join_eval containing data from multiple courses and displays summary statistics (e.g., mean) using the DataTables library.

Usage

1
datatable_eval(data, digits = 2)

Arguments

data

Data frame as returned from join_eval

digits

Numeric indicating the number of decimal places to be used. Passed to round.

See Also

datatable.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
tmp1 <- read_eval("./data")
dat1 <- join_eval(tmp1)
datatable_eval(dat1)

## End(Not run)

dat1 <- sim_eval()
datatable_eval(dat1)

hplieninger/instevalR documentation built on May 17, 2019, 4:54 p.m.