generate_studentRmdFromAnsRmd: Generate homework or exam Rmd for students from ans Rmd

View source: R/extractNonAnsRmd.R

generate_studentRmdFromAnsRmdR Documentation

Generate homework or exam Rmd for students from ans Rmd

Description

ansXX label code chunks will be processed. Block programming will preserve the outer most block. The last line will always be the markoff answer object based on the object shown in the last line in ans Rmd

Usage

generate_studentRmdFromAnsRmd(ansFilename, destfolderPath = ".")

Arguments

ansFilename

A character of full path to the ans Rmd

Value

A list of processed chunks. When unlist, it will be the student Rmd content.

Examples

none

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