exercises_compile_solution | R Documentation |
This function will compile the solution of exercises from the book to a .html file. Aternativelly, all solutiona are available at <www.msperlin.com/vdr>
exercises_compile_solution(dir_output = "~/vdr-solutions", run_chunks = TRUE)
dir_output |
directory where to copy html file (e.g. '~/Desktop') |
run_chunks |
flag to run code chunks or not. If TRUE, might take a while to process all code. |
path to compiled file
## Not run: exercises_compile_solution(dir_output = fs::path_temp()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.