convert_exercise_to_nb | R Documentation |
Wrapper function to convert a RMarkdown exercise source file to a notebook
convert_exercise_to_nb(ps_ex_name, pb_force = FALSE)
ps_ex_name |
exercise name |
pb_force |
boolean flag to force overwrite the generated notebook |
The wrapper assumes for convenience directory settings that are used in the course project directory
## Not run: devtools::load_all() convert_exercise_to_nb(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.