SubmissionReport: Turn-In Report

Description Usage Arguments Value Author(s) Examples

View source: R/SubmissionReport.R

Description

Makes a data frame showing which students have turned in assignments of a given type.

Usage

1
SubmissionReport(studentfile=NULL,folder=NULL,assigntype=NULL)

Arguments

studentfile

Text file containing student usernames, one per line.

folder

path name to folder in Home directory that contains assignments of the desired type

assigntype

substring of directory-name, indicating type of assignment

Value

a data frame

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
## Not run: 
SubmissionReport(studentfile="students.txt", folder="homework/mat331" ,assigntype="HW")

## End(Not run)

homerhanumat/classr documentation built on May 17, 2019, 4:51 p.m.