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