generate_disputeFilesFromIssueComments | R Documentation |
Generate dispute files from issue comments
generate_disputeFilesFromIssueComments( issueComments, title, sourceReturnFolder, disputeFolder, overwrite = c(dupReturnRmd = F, disputeContentRmd = F) )
issueComments |
A list of issue comments returned by obtainIssueComments() |
title |
A character of exercise title, such as hw1, midterm1 |
sourceReturnFolder |
A character of the path where the returned Rmds are stored |
disputeFolder |
A character of the path where the generated dispute files are to be placed at |
overwrite |
A logical vector of 2, first element T= overwrite duplicated return Rmd, second element T= overwrite dispute content Rmd#' |
commentTarget |
A list of comment return from thread$comments_url$get_comments() |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.