Learn R Programming

gradeR (version 1.0.10)

findGlobalPaths: 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

Run this code
# NOT RUN {
# change paths to *your* paths
submissions <- "extdata/assignment1_submissions/"
findGlobalPaths(submissions) # perhaps ask these students to resubmit
# }

Run the code above in your browser using DataLab