deploy_exercise | R Documentation |
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.
deploy_exercise(ps_ex_name)
ps_ex_name |
exercicse name |
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.
## Not run: devtools::load_all() deploy_exercise(ps_ex_name = 'asm_ex02') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.