deploy_exercise: Exercise Deployment

View source: R/ex_deploy.R

deploy_exerciseR Documentation

Exercise Deployment

Description

Wrapper for deployment of a given exercise in a course. The deployment consists of producing the pdf-output of the exercise without solutions and the pdf-document with the solutions.

Usage

deploy_exercise(ps_ex_name)

Arguments

ps_ex_name

exercicse name

Details

This wrapper assumes that the source Rmd file containing the exercise problems and the solutions is in a subdirectory called 'ex' under the course project directory.

Examples

## Not run: 
devtools::load_all()
deploy_exercise(ps_ex_name = 'asm_ex02')

## End(Not run)


charlotte-ngs/asmss2022 documentation built on June 7, 2022, 1:33 p.m.