generate_disputeFilesFromIssueComments: Generate dispute files from issue comments

generate_disputeFilesFromIssueCommentsR Documentation

Generate dispute files from issue comments

Description

Generate dispute files from issue comments

Usage

generate_disputeFilesFromIssueComments(
  issueComments,
  title,
  sourceReturnFolder,
  disputeFolder,
  overwrite = c(dupReturnRmd = F, disputeContentRmd = F)
)

Arguments

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()

Examples

none

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