Skip to contents

Generates a markdown slide deck from a Carpentries workbench project

Usage

make_md(repo, output = file.path(repo, "slides.md"), verbose = FALSE)

Arguments

repo

A length-1 character vector pointing to the root of a Carpentries workbench project

output

An optional path indicating where the resulting markdown should be written. Character scalar. If not provided, the document will be saved into the lesson's git repository.

verbose

Logical scalar. TRUE if additional but non-essential logging should be provided.

Value

The path to the output markdown, invisibly.