exercises_compile_solution: Compiles solution of exercises

View source: R/exercises.R

exercises_compile_solutionR Documentation

Compiles solution of exercises

Description

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>

Usage

exercises_compile_solution(dir_output = "~/vdr-solutions", run_chunks = TRUE)

Arguments

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.

Value

path to compiled file

Examples


## Not run: 
exercises_compile_solution(dir_output = fs::path_temp())

## End(Not run)

msperlin/vdr documentation built on Nov. 25, 2022, 2:29 a.m.