get.progress.table: Extract the student progress from the records

Usage Arguments Value Examples

Usage

1
get.progress.table(records, key = NULL)

Arguments

records

The data returned from get.records.

key

The key of the google spreadsheet of the project. If the key is not specified, then only students and courses recorded in the records are reported.

Value

A data.frame whose column is:

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
The teacher could convert the result to wild table as follow:
library(reshape2)
# login first
records <- get.records()
result <- get.progress.table(records)
dcast(result, student ~ course, value.var = "status")

## End(Not run)

wush978/DSRTeacher documentation built on May 29, 2019, 2:29 p.m.