process_assignments: Process assignments create with edu and completed by students

Description Usage Arguments Value Author(s) Examples

Description

Function processes number of completed assignments and outputs a single R-script with the question and all students answers AND correct answeers

Usage

1
process_assignments(path, outfile)

Arguments

outfile

Name of the the output

folder

Absolute path to the folder containing the completed assignments as R.scripts ending either with .R or .r

Value

A R-script

Author(s)

Markus Kainu <markus.kainu@kela.fi>

Examples

1
2
3
4
 ## Not run: 
 process_assignments(path = "~/rcourse/exercises/import/", outfile = "import_summary")
 
## End(Not run)

muuankarski/edu documentation built on May 14, 2019, 8:35 a.m.