build_exercises.Rd
Builds the exercises and moves their files into the respective folders
build_exercises(exercises_home = "./content/exercises/", build_all = FALSE)
exercises_home | Character; path to the exercises folder |
---|---|
build_all | Logical; defines whether all exercises are built
or only those that have been modified. Relies on a CSV file containing checksums that is
created the first time |