findGlobalPaths {gradeR} | R Documentation |
This function finds files with global file paths.
Description
A function that finds student submissions that refer to machine-specific file paths
Usage
findGlobalPaths(submission_dir)
Arguments
submission_dir |
where the assignments are located |
Examples
# change paths to *your* paths
submissions <- "extdata/assignment1_submissions/"
findGlobalPaths(submissions) # perhaps ask these students to resubmit
[Package gradeR version 1.0.10 Index]