| findBadEncodingFiles | R Documentation |
A function that finds student submissions with poorly encoded characters
findBadEncodingFiles(submission_dir)
submission_dir |
where the assignments are located |
# change paths to *your* paths
submissions <- "extdata/assignment1_submissions/"
findBadEncodingFiles(submissions) # perhaps ask these students to resubmit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.