build_handout: Create a code handout of challenges without solutions

View source: R/build_handout.R

build_handoutR Documentation

Create a code handout of challenges without solutions

Description

This function will build a handout and save it to files/code-handout.R in your lesson website. This will build with your website if you enable it with options(sandpaper.handout = TRUE) or if you want to specify a path, you can use options(sandpaper.handout = "/path/to/handout.R") to save the handout to a specific path.

Usage

build_handout(path = ".", out = NULL)

Arguments

path

the path to the lesson. Defaults to current working directory

out

the path to the handout document. When this is NULL (default) or TRUE, the output will be site/built/files/code-handout.R.


zkamvar/sandpaper documentation built on April 21, 2024, 1:17 a.m.