Skip to contents

But do not open them!

Usage

create_all_exercises(parent_path)

Arguments

parent_path

Path where to create the exercise repo

Value

The parent path

Examples

if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- create_all_exercises(parent_path = parent_path)
}