mfile.editFunctional | R Documentation |
Generate a list of file.edit for each student Rmd
mfile.editFunctional(studentRmds, submissionPath)
studentRmds |
A character vector of student Rmds |
submissionPath |
A character value specifying the path of the above files |
A list of file.edit functions
none ## Not run: studentRmds <- allRmds[-1] submissionPath <- file.path( .root(), params$submissionFolder, params$title ) mfile.edit <- mfile.editFunctional(studentRmds, submissionPath) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.