findGlobalPaths: This function finds files with global file paths.

View source: R/grade.r

findGlobalPathsR 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


gradeR documentation built on Jan. 20, 2026, 1:06 a.m.