knit_tutorials: Knit a set of tutorials

View source: R/knit_tutorials.R

knit_tutorialsR Documentation

Knit a set of tutorials

Description

We define "testing" a tutorial as (successfully) running render() on it. This function renders all the tutorials provided in tutorial_paths. There is no check to see if the rendered file looks OK. If a tutorial fails to render, then an error will be generated which will propagate to the caller.

Usage

knit_tutorials(tutorial_paths)

Arguments

tutorial_paths

Character vector of the paths to the tutorials to be knitted.

Value

No return value, called for side effects.

Examples

## Not run: 
  knit_tutorials(tutorial_paths = return_tutorial_paths("tutorial.helpers"))

## End(Not run)


tutorial.helpers documentation built on Sept. 11, 2025, 9:09 a.m.