mfile.editFunctional: Generate a list of file.edit for each student Rmd

View source: R/groupTools.R

mfile.editFunctionalR Documentation

Generate a list of file.edit for each student Rmd

Description

Generate a list of file.edit for each student Rmd

Usage

mfile.editFunctional(studentRmds, submissionPath)

Arguments

studentRmds

A character vector of student Rmds

submissionPath

A character value specifying the path of the above files

Value

A list of file.edit functions

Examples

none
## Not run: 
  studentRmds <- allRmds[-1]
  submissionPath <-
    file.path(
      .root(),
      params$submissionFolder,
      params$title
    )
  mfile.edit <- mfile.editFunctional(studentRmds, submissionPath)

## End(Not run)

tpemartin/rmdgrader documentation built on Nov. 22, 2022, 6:39 p.m.