read_sandpaper_lesson: Read in all markdown files associated with a sandpaper lesson

View source: R/read_sandpaper_lesson.R

read_sandpaper_lessonR Documentation

Read in all markdown files associated with a sandpaper lesson

Description

Read in all markdown files associated with a sandpaper lesson

Usage

read_sandpaper_lesson(path, ...)

Arguments

path

the path to the lesson

...

arguments to pass to read_markdown_files()

Value

a list of two elements:

  • episodes contains all the Episode objects representing markdown files in the episodes folder

  • extra contains all the Episode objects representing markdown files in all other folders (including top-level)

  • overview a boolean that indicates if the lesson is an overview


carpentries/pegboard documentation built on Nov. 13, 2024, 8:53 a.m.